From 506d134bb14ab45d5575bfddb9648cf0f2fc9041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:18:33 +0000 Subject: [PATCH] Bump pocket-ic from 9.0.0 to 9.0.2 Bumps [pocket-ic](https://github.com/dfinity/ic) from 9.0.0 to 9.0.2. - [Release notes](https://github.com/dfinity/ic/releases) - [Commits](https://github.com/dfinity/ic/commits) --- updated-dependencies: - dependency-name: pocket-ic dependency-version: 9.0.2 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 afd06d9..a127075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.39.3" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "979ee7bee5a67150a4c090fb012c93c294a528b4a867bad9a15cc6d01cb4227f" +checksum = "a2e7706e55836e8104c98149ec0796d20d5213fef972ac01b544657d410f1883" dependencies = [ "candid", "hex", @@ -1419,9 +1419,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pocket-ic" -version = "9.0.0" +version = "9.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d0dee25e0f699db883fa2228b18b6e86ae874a0f538dd362aef70679ca5cc6d" +checksum = "4e523c23bda9dc26ae989aab647b8bd805b54c72a3f2f00d668830d8b490c9c8" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 2e79d02..fc62b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,5 +53,5 @@ async-trait = "0.1.88" [dev-dependencies] proptest="1.4.0" -pocket-ic = "9.0.0" +pocket-ic = "9.0.2" serde_bytes = "0.11.17"