From 59907dc9fae2fe9b144ea8a22afdfd90164165d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:11:32 +0000 Subject: [PATCH] chore(deps): Bump ic-cdk from 0.15.0 to 0.15.1 Bumps [ic-cdk](https://github.com/dfinity/cdk-rs) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/dfinity/cdk-rs/releases) - [Commits](https://github.com/dfinity/cdk-rs/commits) --- updated-dependencies: - dependency-name: ic-cdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca79779..367138f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,9 +272,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "ic-cdk" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c44983d6e97135d86132111bae5b86c34c498d96b4f182638bebcc7ac07e03c" +checksum = "038ff230bf0fc8630943e3c52e989d248a7c89834ccb65da408fabc5817a475b" dependencies = [ "candid", "ic-cdk-macros",