From 63d55c1df454d29830448bdd6a8be7fba4eb7f36 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:08:54 +0200 Subject: [PATCH] niv candid: update 331217ba -> ae4d0f79 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for candid: Branch: master Commits: [dfinity/candid@331217ba...ae4d0f79](https://github.com/dfinity/candid/compare/331217bae379cbebfa531a140f2186c99fae1425...ae4d0f794a808b88f8b83da7eb96ca87b3d751d4) * [`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)) * [`a6cc9e6d`](https://github.com/dfinity/candid/commit/a6cc9e6dff2b93435186424e3a530ae2d661672f) Add Candid assist feature in candid_parser ([dfinity/candid⁠#509](https://togithub.com/dfinity/candid/issues/509)) * [`d0b4ccda`](https://github.com/dfinity/candid/commit/d0b4ccdaeaefdfac7c5d4248692d3f1b7a66247e) fix: add missing typescript export for init args ([dfinity/candid⁠#510](https://togithub.com/dfinity/candid/issues/510)) * [`8c1161e0`](https://github.com/dfinity/candid/commit/8c1161e06ffa2e5c92084f6ccb1736c944b94bb9) fix: change root key fetching logic and specify HttpAgent hostname for remote environments ([dfinity/candid⁠#511](https://togithub.com/dfinity/candid/issues/511)) * [`c24644f7`](https://github.com/dfinity/candid/commit/c24644f77e6c02bf475c40301b12a71fe5208736) Replace 'localhost' with '127.0.0.1' for temporary HttpAgent host ([dfinity/candid⁠#512](https://togithub.com/dfinity/candid/issues/512)) * [`6a0479ed`](https://github.com/dfinity/candid/commit/6a0479edbfba6ce43120f1383c761a7667fd48f8) supply correct headers for remote browsers to render correctly ([dfinity/candid⁠#513](https://togithub.com/dfinity/candid/issues/513)) * [`da60236b`](https://github.com/dfinity/candid/commit/da60236b7358006a2efbaaccdd1605745c1db789) Bump agent-js and remove workaround for Candid UI ([dfinity/candid⁠#514](https://togithub.com/dfinity/candid/issues/514)) * [`bf95a9f2`](https://github.com/dfinity/candid/commit/bf95a9f2ddf173f1d20d4f7b58dd791927bec77c) Add MSRV 1.70.0 ([dfinity/candid⁠#515](https://togithub.com/dfinity/candid/issues/515)) * [`aef1e029`](https://github.com/dfinity/candid/commit/aef1e029d7012470d324fcb815a722a49e2ccd96) fix IDLValue blob conversion ([dfinity/candid⁠#517](https://togithub.com/dfinity/candid/issues/517)) * [`495526e1`](https://github.com/dfinity/candid/commit/495526e1e635ea93b3e455415b4894b54c840993) Update Changelog.md ([dfinity/candid⁠#518](https://togithub.com/dfinity/candid/issues/518)) * [`8f96d794`](https://github.com/dfinity/candid/commit/8f96d79421d534d61a45689bf6581ae099f842ec) fix rename proc macro to take any string ([dfinity/candid⁠#522](https://togithub.com/dfinity/candid/issues/522)) * [`7c4de8c8`](https://github.com/dfinity/candid/commit/7c4de8c8feca93f692568e12b91abd98a718f26f) Update Candid.md ([dfinity/candid⁠#523](https://togithub.com/dfinity/candid/issues/523)) * [`0219c2d8`](https://github.com/dfinity/candid/commit/0219c2d802d507cf43788b0b2d235b6f7e1c34ca) Use canbench for CI ([dfinity/candid⁠#525](https://togithub.com/dfinity/candid/issues/525)) * [`4b68f472`](https://github.com/dfinity/candid/commit/4b68f472d321f6830152f55c865e87ceebc40da9) fix typescript export for init args func ([dfinity/candid⁠#528](https://togithub.com/dfinity/candid/issues/528)) * [`0b16febc`](https://github.com/dfinity/candid/commit/0b16febcf3ed057436d560ccaf62bafddff977cc) Bump agent-js ([dfinity/candid⁠#529](https://togithub.com/dfinity/candid/issues/529)) * [`53cda2ed`](https://github.com/dfinity/candid/commit/53cda2ed021d582e6bdf71b836796c4c451ef5e5) add metering for deserialization ([dfinity/candid⁠#524](https://togithub.com/dfinity/candid/issues/524)) * [`d642e13b`](https://github.com/dfinity/candid/commit/d642e13bfeb66c053b70752a5f6b49b135b0be90) release ([dfinity/candid⁠#530](https://togithub.com/dfinity/candid/issues/530)) * [`4f2b43b8`](https://github.com/dfinity/candid/commit/4f2b43b869fffc52b1b1c7719980da5b21b61e8e) Update construct.test.did ([dfinity/candid⁠#531](https://togithub.com/dfinity/candid/issues/531)) * [`c747ba13`](https://github.com/dfinity/candid/commit/c747ba13827366baa66482e2d804f287b6343865) bump ic-cdk ([dfinity/candid⁠#532](https://togithub.com/dfinity/candid/issues/532)) * [`6559b0d8`](https://github.com/dfinity/candid/commit/6559b0d8987920efa6eeb383130c5d977e88495c) avoid cost overflow and fix principal cost ([dfinity/candid⁠#534](https://togithub.com/dfinity/candid/issues/534)) * [`8e6b8a76`](https://github.com/dfinity/candid/commit/8e6b8a768f25c47a9d683e67c651c86f69fa4353) Adjust Candid UI login button ([dfinity/candid⁠#535](https://togithub.com/dfinity/candid/issues/535)) * [`91b9c069`](https://github.com/dfinity/candid/commit/91b9c06965834a52689c770e2c268b29a5af661a) fix text_size ([dfinity/candid⁠#540](https://togithub.com/dfinity/candid/issues/540)) * [`1f396d7a`](https://github.com/dfinity/candid/commit/1f396d7a1b2c324dffa738693901f9a4ece1f857) chore: add nns list proposals benchmark ([dfinity/candid⁠#541](https://togithub.com/dfinity/candid/issues/541)) * [`b66a88da`](https://github.com/dfinity/candid/commit/b66a88da62e48c1bc80411086eee505cc82a97fb) Update Candid.md ([dfinity/candid⁠#538](https://togithub.com/dfinity/candid/issues/538)) * [`ae4d0f79`](https://github.com/dfinity/candid/commit/ae4d0f794a808b88f8b83da7eb96ca87b3d751d4) use btreemap for type_map and release ([dfinity/candid⁠#542](https://togithub.com/dfinity/candid/issues/542)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 19ddd93dd18..72b9729252f 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -6,10 +6,10 @@ "homepage": "", "owner": "dfinity", "repo": "candid", - "rev": "331217bae379cbebfa531a140f2186c99fae1425", - "sha256": "095w2a4lxy2gd7vfjxn7jszm4x3srw8xlxb1zzd096y6h047rxlj", + "rev": "ae4d0f794a808b88f8b83da7eb96ca87b3d751d4", + "sha256": "1xr9yxypy5kd0cxvap029z82m4vn3y4clvjjsdl251bc8kwdc5qi", "type": "tarball", - "url": "https://github.com/dfinity/candid/archive/331217bae379cbebfa531a140f2186c99fae1425.tar.gz", + "url": "https://github.com/dfinity/candid/archive/ae4d0f794a808b88f8b83da7eb96ca87b3d751d4.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "esm": {