From 8bea9c34c95021182c5b73a0a8df07e9b87c2ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:26:47 +0000 Subject: [PATCH] build(deps): bump candid from 0.10.27 to 0.10.29 Bumps [candid](https://github.com/dfinity/candid) from 0.10.27 to 0.10.29. - [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.29 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 691421e..da0b647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.10.27" +version = "0.10.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba5b4833b63bf7b785fecdd2cc918ed90d988fd974825d5c48e7b407c39ef38" +checksum = "f8f781afa4a1303e3eab4ada0720a874942bcfa936ce01b816ac6378945c43a9" dependencies = [ "anyhow", "binread", @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "candid_derive" -version = "0.10.27" +version = "0.10.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b60664b6324832dfb4863f3b19eb4d58819cd38fba6d3941b101213cea0d9ec" +checksum = "ad6ae8e7944dd0035651bc0e7b3a3e4cb16f5fc43f8ae4fd76b36ff2cd52759f" dependencies = [ "lazy_static", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 313b95b..a8c90c5 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.27" } +candid = { version = "0.10.29" } canhttp = { version = "0.6.1", path = "canhttp" } ciborium = "0.2.2" derive_more = { version = "2.1.1", features = ["from", "try_unwrap", "unwrap"] }