From 4c83388c5ab4267484de5b24484617aca52676b2 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Fri, 22 Dec 2023 01:08:18 +0100 Subject: [PATCH] niv candid: update 331217ba -> 7b45d8a4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for candid: Branch: master Commits: [dfinity/candid@331217ba...7b45d8a4](https://github.com/dfinity/candid/compare/331217bae379cbebfa531a140f2186c99fae1425...7b45d8a4c29ec1b3bbbb727ac0675b1bd117585b) * [`a71eb20a`](https://github.com/dfinity/candid/commit/a71eb20ac5d382d9c0dd2c94a6d1462828632966) limit size of vec null/reserved ([dfinity/candid⁠#434](https://togithub.com/dfinity/candid/issues/434)) * [`de8b57a0`](https://github.com/dfinity/candid/commit/de8b57a0d197d7989d098b4b17acd485de6f16ae) [Rust] Add composite_query ([dfinity/candid⁠#435](https://togithub.com/dfinity/candid/issues/435)) * [`e212e096`](https://github.com/dfinity/candid/commit/e212e096cb726548c6d6edba1189375dc5ad364e) add play.motoko.org to Candid UI ([dfinity/candid⁠#437](https://togithub.com/dfinity/candid/issues/437)) * [`c9c85d0a`](https://github.com/dfinity/candid/commit/c9c85d0a6f467dfd63906fb7de86f634461c6e90) bump dependencies for candid UI ([dfinity/candid⁠#442](https://togithub.com/dfinity/candid/issues/442)) * [`e73a8c9f`](https://github.com/dfinity/candid/commit/e73a8c9f624730d18e950e5b0983bfc68668e8b8) fix spec for optional terminal semicolons ([dfinity/candid⁠#445](https://togithub.com/dfinity/candid/issues/445)) * [`f1d573cb`](https://github.com/dfinity/candid/commit/f1d573cbd876eec1c35707848385725be5a76af3) sort define_service ([dfinity/candid⁠#441](https://togithub.com/dfinity/candid/issues/441)) * [`6961355c`](https://github.com/dfinity/candid/commit/6961355c7a8990eee85a667337f7bf664e71f43a) [Rust] add quote for reserved field names in debug trait ([dfinity/candid⁠#446](https://togithub.com/dfinity/candid/issues/446)) * [`e660ff02`](https://github.com/dfinity/candid/commit/e660ff02c09328974b0e5435f2f81b9261d7cc33) use const generics for array ([dfinity/candid⁠#444](https://togithub.com/dfinity/candid/issues/444)) * [`199fd05b`](https://github.com/dfinity/candid/commit/199fd05b4524ded8eec5fa74da788be0a5a14319) release candid 0.9 ([dfinity/candid⁠#447](https://togithub.com/dfinity/candid/issues/447)) * [`7caa48ab`](https://github.com/dfinity/candid/commit/7caa48ab783263bb8dc5487d0e2dc184ccb2e6d5) [C++] Add link to icpp-candid ([dfinity/candid⁠#450](https://togithub.com/dfinity/candid/issues/450)) * [`c2a310f8`](https://github.com/dfinity/candid/commit/c2a310f824db8433f030d69a24641f59b1e5acaf) [Rust] adding more util functions ([dfinity/candid⁠#451](https://togithub.com/dfinity/candid/issues/451)) * [`528a3438`](https://github.com/dfinity/candid/commit/528a34381683bdd3cd2cae5aa20cc7ec653d6b18) bump Candid UI ([dfinity/candid⁠#449](https://togithub.com/dfinity/candid/issues/449)) * [`5066e27c`](https://github.com/dfinity/candid/commit/5066e27c5a54d6d01c57f42e96353c268af247d2) update to syn 2 and release ([dfinity/candid⁠#452](https://togithub.com/dfinity/candid/issues/452)) * [`581303ec`](https://github.com/dfinity/candid/commit/581303ec2a1d552a68803faa793169a946041311) fix composite query for candid UI ([dfinity/candid⁠#453](https://togithub.com/dfinity/candid/issues/453)) * [`457b5beb`](https://github.com/dfinity/candid/commit/457b5beb621812c77ead891fe016e10e3615dce0) recover subtype error from custom deserializer ([dfinity/candid⁠#456](https://togithub.com/dfinity/candid/issues/456)) * [`9524eae1`](https://github.com/dfinity/candid/commit/9524eae148c84d96a1f228d36296396698bfed32) fix equality check ([dfinity/candid⁠#455](https://togithub.com/dfinity/candid/issues/455)) * [`6188ebbf`](https://github.com/dfinity/candid/commit/6188ebbff8765a0a9594d9cddef91f9ff734d03b) release ([dfinity/candid⁠#457](https://togithub.com/dfinity/candid/issues/457)) * [`2c3f8a38`](https://github.com/dfinity/candid/commit/2c3f8a388a60559ffa27c7a68ae01a8da56c1eb5) move away from BigInt::try_into ([dfinity/candid⁠#458](https://togithub.com/dfinity/candid/issues/458)) * [`9f567c32`](https://github.com/dfinity/candid/commit/9f567c32a083d64cce20805d60b4365496421240) spec: allow record {} <: record {null} ([dfinity/candid⁠#462](https://togithub.com/dfinity/candid/issues/462)) * [`7273592a`](https://github.com/dfinity/candid/commit/7273592ab47373eae7055967bc8ac95223068abe) Fix length counting of zero sized values ([dfinity/candid⁠#460](https://togithub.com/dfinity/candid/issues/460)) * [`1c383a7e`](https://github.com/dfinity/candid/commit/1c383a7e87091ce344c6a4f0da1bd07bdf553d92) remove arc_type feature ([dfinity/candid⁠#463](https://togithub.com/dfinity/candid/issues/463)) * [`b7755ea7`](https://github.com/dfinity/candid/commit/b7755ea72283fbcf26cd38b4af5bf59c1f6ca70c) bump candid ui ([dfinity/candid⁠#464](https://togithub.com/dfinity/candid/issues/464)) * [`c862f838`](https://github.com/dfinity/candid/commit/c862f838595a98fcc007e26b8a5372478820b48a) make the field zero_sized_values in candid::de::Config public ([dfinity/candid⁠#465](https://togithub.com/dfinity/candid/issues/465)) * [`dbee8786`](https://github.com/dfinity/candid/commit/dbee878682268420cd56377da0f67a93e6416e96) More work for Rust binding ([dfinity/candid⁠#461](https://togithub.com/dfinity/candid/issues/461)) * [`a1eb218c`](https://github.com/dfinity/candid/commit/a1eb218c4777d7a1be263f061d499dfc428136a2) Misc ([dfinity/candid⁠#466](https://togithub.com/dfinity/candid/issues/466)) * [`11094b21`](https://github.com/dfinity/candid/commit/11094b216ea72a0ac448d592f87a4ace9a9ae63a) minize error message ([dfinity/candid⁠#467](https://togithub.com/dfinity/candid/issues/467)) * [`30337723`](https://github.com/dfinity/candid/commit/30337723566e9ac18c1c8fb57688cb7d4e24ca03) Misc fix ([dfinity/candid⁠#469](https://togithub.com/dfinity/candid/issues/469)) * [`a8322be5`](https://github.com/dfinity/candid/commit/a8322be53bfced317bdf4ffff5dbc428d24dc612) set default config for different targets ([dfinity/candid⁠#470](https://togithub.com/dfinity/candid/issues/470)) * [`b233dbc2`](https://github.com/dfinity/candid/commit/b233dbc2d2bcc79c9fc574dd5968269df680b073) fix error msg for empty type ([dfinity/candid⁠#478](https://togithub.com/dfinity/candid/issues/478)) * [`c342311f`](https://github.com/dfinity/candid/commit/c342311ffd6e9a34eeac35fd47e43e179c2b2d37) Candid test suite: Write a few more spacebomb tests ([dfinity/candid⁠#479](https://togithub.com/dfinity/candid/issues/479)) * [`5be80b90`](https://github.com/dfinity/candid/commit/5be80b908e4dd50e0d3c8ad5a1dd4774bf60f83c) Feat: authenticated calls in Candid UI ([dfinity/candid⁠#475](https://togithub.com/dfinity/candid/issues/475)) * [`3b25ba06`](https://github.com/dfinity/candid/commit/3b25ba065176b1ebcd73bd32019f1ee40b068e12) streaming profiling ([dfinity/candid⁠#477](https://togithub.com/dfinity/candid/issues/477)) * [`646f6398`](https://github.com/dfinity/candid/commit/646f639864d5484eb0df85cb084aa8394bb6191d) Set up responsive layout for Candid UI authorization panel ([dfinity/candid⁠#480](https://togithub.com/dfinity/candid/issues/480)) * [`0ae47e7f`](https://github.com/dfinity/candid/commit/0ae47e7f6cd519cd3b9baef5b4dcd929227f0971) Bump rustix from 0.38.14 to 0.38.19 ([dfinity/candid⁠#481](https://togithub.com/dfinity/candid/issues/481)) * [`9ab2733f`](https://github.com/dfinity/candid/commit/9ab2733fb637d21187771bc3daf64ebf5f18cdd1) Replace icon ([dfinity/candid⁠#482](https://togithub.com/dfinity/candid/issues/482)) * [`2308128e`](https://github.com/dfinity/candid/commit/2308128ecb8a04962cc2d0d20f189e42d25abc36) remove duplicate check for IDE ([dfinity/candid⁠#484](https://togithub.com/dfinity/candid/issues/484)) * [`782c4375`](https://github.com/dfinity/candid/commit/782c43753e896ebd228cc9a1a1ad7c19498d2fff) fix service_equal error reporting ([dfinity/candid⁠#486](https://togithub.com/dfinity/candid/issues/486)) * [`699e5cba`](https://github.com/dfinity/candid/commit/699e5cbaea8fb03c5a1b3154d356d25e7f64cdaa) Fix typo in README ([dfinity/candid⁠#488](https://togithub.com/dfinity/candid/issues/488)) * [`05dab775`](https://github.com/dfinity/candid/commit/05dab775ea31b3576b6aeee2c501a3e2dd26ad37) Add missing idlFactory export in TypeScript declarations ([dfinity/candid⁠#491](https://togithub.com/dfinity/candid/issues/491)) * [`1c00b4af`](https://github.com/dfinity/candid/commit/1c00b4af7ce33dcaf8399e829caafd671c3de397) Release candid 0.10 ([dfinity/candid⁠#493](https://togithub.com/dfinity/candid/issues/493)) * [`aeacf908`](https://github.com/dfinity/candid/commit/aeacf9087e68d9d18a0365e024f535de90b70a83) update metadata ([dfinity/candid⁠#494](https://togithub.com/dfinity/candid/issues/494)) * [`747104a2`](https://github.com/dfinity/candid/commit/747104a2eca7ba41d70d2f8e0f576de704d4186b) bump candid ui ([dfinity/candid⁠#496](https://togithub.com/dfinity/candid/issues/496)) * [`2f70240e`](https://github.com/dfinity/candid/commit/2f70240e0fd67f31bd98e5e798c32c5b9a093588) refactor candid ui auth ([dfinity/candid⁠#500](https://togithub.com/dfinity/candid/issues/500)) * [`16c167a1`](https://github.com/dfinity/candid/commit/16c167a10484824f19696d9c556aff4887aa5e5c) feat: Make it easy to convert data to IDLValue and candid text format ([dfinity/candid⁠#502](https://togithub.com/dfinity/candid/issues/502)) * [`e09e6c59`](https://github.com/dfinity/candid/commit/e09e6c59ee14dc6519a8bc57f45c0604853cf90a) Create security policy ([dfinity/candid⁠#503](https://togithub.com/dfinity/candid/issues/503)) * [`2f6f90a3`](https://github.com/dfinity/candid/commit/2f6f90a3310024417298db5a485ab7f0a387cd6b) refine IDLValue::Blob display ([dfinity/candid⁠#497](https://togithub.com/dfinity/candid/issues/497)) * [`b40a4ab4`](https://github.com/dfinity/candid/commit/b40a4ab46fd8a78f33702012ab0efb14a2088052) core: make candid max size public ([dfinity/candid⁠#505](https://togithub.com/dfinity/candid/issues/505)) * [`eca7f4cd`](https://github.com/dfinity/candid/commit/eca7f4cd82de5e3a86a3fbcb5a92316a6ff23d77) move dependencies to feature ([dfinity/candid⁠#506](https://togithub.com/dfinity/candid/issues/506)) * [`491969f3`](https://github.com/dfinity/candid/commit/491969f34dd791e51f69c5f8d3c6192ae405b839) spec: allow import to merge service definitions ([dfinity/candid⁠#504](https://togithub.com/dfinity/candid/issues/504)) * [`0fbcb24f`](https://github.com/dfinity/candid/commit/0fbcb24f5fbee5dfc3b3955736a6e3916da6a581) import service ([dfinity/candid⁠#507](https://togithub.com/dfinity/candid/issues/507)) * [`7b45d8a4`](https://github.com/dfinity/candid/commit/7b45d8a4c29ec1b3bbbb727ac0675b1bd117585b) Release ([dfinity/candid⁠#508](https://togithub.com/dfinity/candid/issues/508)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 5efc07f18d1..2bd0bf5aaac 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -6,10 +6,10 @@ "homepage": "", "owner": "dfinity", "repo": "candid", - "rev": "331217bae379cbebfa531a140f2186c99fae1425", - "sha256": "095w2a4lxy2gd7vfjxn7jszm4x3srw8xlxb1zzd096y6h047rxlj", + "rev": "7b45d8a4c29ec1b3bbbb727ac0675b1bd117585b", + "sha256": "01fd8naqg96jqqqd2y8pdlw5n0lgmc20dl0jq7a6833ajv9j910n", "type": "tarball", - "url": "https://github.com/dfinity/candid/archive/331217bae379cbebfa531a140f2186c99fae1425.tar.gz", + "url": "https://github.com/dfinity/candid/archive/7b45d8a4c29ec1b3bbbb727ac0675b1bd117585b.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "esm": {