From 6e0f8574125554f69c23c487b2301c7b7b5f85b3 Mon Sep 17 00:00:00 2001 From: Frederik Rothenberger Date: Wed, 21 Aug 2024 12:47:39 +0200 Subject: [PATCH] Bump ic-cdk version (#2564) This PR updates the `ic-cdk` to the latest `0.13` patch version. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb3d88b62..21321cedc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1594,9 +1594,9 @@ dependencies = [ [[package]] name = "ic-cdk" -version = "0.13.2" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8859bc2b863a77750acf199e1fb7e3fc403e1b475855ba13f59cb4e4036d238" +checksum = "3b1da6a25b045f9da3c9459c0cb2b0700ac368ee16382975a17185a23b9c18ab" dependencies = [ "candid", "ic-cdk-macros",