From 0417c615dca2f27a37f2601023d667727e03032f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:13:37 +0000 Subject: [PATCH] build(deps): bump candid from 0.10.10 to 0.10.11 Bumps [candid](https://github.com/dfinity/candid) from 0.10.10 to 0.10.11. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7f7b4d9..993e47ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.10.10" +version = "0.10.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c30ee7f886f296b6422c0ff017e89dd4f831521dfdcc76f3f71aae1ce817222" +checksum = "d04aa85a9ba2542bded33d1eff0ffb17cb98b1be8117e0a25e1ad8c62bedc881" dependencies = [ "anyhow", "binread", diff --git a/Cargo.toml b/Cargo.toml index 5cb1d18f..99368d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ proptest = { workspace = true } rand = "0.8" [workspace.dependencies] -candid = { version = "0.10.10" } +candid = { version = "0.10.11" } candid_parser = {version = "0.1.4"} ethnum = { version = "1.5.0", features = ["serde"] } futures = "0.3.31"