From 4503e0b3adc90d4b30614f9caff4a6a9ce12e0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:57:05 +0000 Subject: [PATCH] build(deps): bump candid from 0.10.26 to 0.10.27 Bumps [candid](https://github.com/dfinity/candid) from 0.10.26 to 0.10.27. - [Release notes](https://github.com/dfinity/candid/releases) - [Changelog](https://github.com/dfinity/candid/blob/master/CHANGELOG.md) - [Commits](https://github.com/dfinity/candid/commits) --- updated-dependencies: - dependency-name: candid dependency-version: 0.10.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa071ea..a137f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.10.26" +version = "0.10.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "846adba6d1b4a00eeb8d4a0e4b88dfab570c25ad150cd52e51dfdc4f9d0a66cd" +checksum = "1ba5b4833b63bf7b785fecdd2cc918ed90d988fd974825d5c48e7b407c39ef38" dependencies = [ "anyhow", "binread", @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "candid_derive" -version = "0.10.26" +version = "0.10.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c367110b158be2edc335a4ad70f3467fa588d5c5675e149ef38638a8e281fc4" +checksum = "7b60664b6324832dfb4863f3b19eb4d58819cd38fba6d3941b101213cea0d9ec" dependencies = [ "lazy_static", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 84a42d7..e9c3e67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ readme = "README.md" [workspace.dependencies] assert_matches = "1.5.0" async-trait = "0.1.89" -candid = { version = "0.10.26" } +candid = { version = "0.10.27" } canhttp = { version = "0.6.0", path = "canhttp" } ciborium = "0.2.2" derive_more = { version = "2.1.1", features = ["from", "try_unwrap", "unwrap"] }