From 435ad6ac6c7b0b59f9c483d4e1b5a8d61de24606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 01:13:48 +0000 Subject: [PATCH] Bump candid from 0.9.7 to 0.9.8 Bumps [candid](https://github.com/dfinity/candid) from 0.9.7 to 0.9.8. - [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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 309ad9a3..5581a8bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f391a0d11d997af68e1a06b5e2ab354079cecb82b6eefb26addb38adf66d351d" +checksum = "749938f355699c7dd0975e505d54541cd1d84db239374470bdf500a5d885530a" dependencies = [ "anyhow", "binread", @@ -724,7 +724,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d4c0b932bf454d5d60e61e13c3c944972fcfd74dc82b9ed5c8b0a75979cf50" dependencies = [ - "candid 0.9.7", + "candid 0.9.8", "ic-cdk-macros", "ic0", "serde", @@ -737,7 +737,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "411c0dd4c149132b68e679274d397053332ee29996c6a541075895881916333b" dependencies = [ - "candid 0.9.7", + "candid 0.9.8", "proc-macro2", "quote", "serde", @@ -794,7 +794,7 @@ checksum = "16efdbe5d9b0ea368da50aedbf7640a054139569236f1a5249deb5fd9af5a5d5" name = "ic_eth_rpc" version = "0.1.0" dependencies = [ - "candid 0.9.7", + "candid 0.9.8", "hex", "ic-canister-log", "ic-canisters-http-types",