From a0be4a86abd33275db2acf38223d68cb15ace296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:26:48 +0000 Subject: [PATCH] Bump candid from 0.9.6 to 0.9.10 Bumps [candid](https://github.com/dfinity/candid) from 0.9.6 to 0.9.10. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- system_api/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 backend/Cargo.toml mode change 100755 => 100644 system_api/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index 6cb49a9..b43bda5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candid" -version = "0.9.6" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88f6eec0ae850e006ef0fe306f362884d370624094ec55a6a26de18b251774be" +checksum = "07c109aab46c1937be5901201d83c40d77b5e58dca3ad748ef618f95a627a877" dependencies = [ "anyhow", "binread", diff --git a/backend/Cargo.toml b/backend/Cargo.toml old mode 100755 new mode 100644 index c2e8e82..c0086ba --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -candid = "0.9.3" +candid = "0.9.10" ic-cdk = "0.11.2" ciborium = "0.2" ic0 = "0.21.1" diff --git a/system_api/Cargo.toml b/system_api/Cargo.toml old mode 100755 new mode 100644 index 246180d..e2cb2aa --- a/system_api/Cargo.toml +++ b/system_api/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -candid = "0.9.3" +candid = "0.9.10" ic-cdk = "0.10" serde = "1" ic-crypto-internal-bls12-381-vetkd = { git = "https://github.com/dfinity/ic" }