From 7a67af726d3ab0dbbc268f89db4988ac9ec391da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:09:12 +0200 Subject: [PATCH] --- (#870) updated-dependencies: - dependency-name: ic-stable-structures dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- motoko/encrypted-notes-dapp-vetkd/Cargo.lock | 13 +++++++++++-- .../src/encrypted_notes_rust/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/motoko/encrypted-notes-dapp-vetkd/Cargo.lock b/motoko/encrypted-notes-dapp-vetkd/Cargo.lock index a14bcafd2..f3668592e 100644 --- a/motoko/encrypted-notes-dapp-vetkd/Cargo.lock +++ b/motoko/encrypted-notes-dapp-vetkd/Cargo.lock @@ -233,9 +233,12 @@ dependencies = [ [[package]] name = "ic-stable-structures" -version = "0.6.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4867a1d9f232e99ca68682161d1fc67dff9501f4f1bf42d69a9358289ad0f8" +checksum = "07e2282054c8ddf0cb2a7abf5c174c373917b4345c9a096ae4aa7f7185cdcdc7" +dependencies = [ + "ic_principal", +] [[package]] name = "ic-types" @@ -249,6 +252,12 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a54b5297861c651551676e8c43df805dad175cc33bc97dbd992edbbb85dcbcdf" +[[package]] +name = "ic_principal" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1762deb6f7c8d8c2bdee4b6c5a47b60195b74e9b5280faa5ba29692f8e17429c" + [[package]] name = "itoa" version = "1.0.1" diff --git a/motoko/encrypted-notes-dapp-vetkd/src/encrypted_notes_rust/Cargo.toml b/motoko/encrypted-notes-dapp-vetkd/src/encrypted_notes_rust/Cargo.toml index 1d6853c9f..01aa968ac 100644 --- a/motoko/encrypted-notes-dapp-vetkd/src/encrypted_notes_rust/Cargo.toml +++ b/motoko/encrypted-notes-dapp-vetkd/src/encrypted_notes_rust/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] candid = "0.9.11" ic-cdk = "0.11.3" ic-cdk-macros = "0.8.1" -ic-stable-structures = "0.6.0" +ic-stable-structures = "0.6.4" lazy_static = "1.4.0" serde_json = "1.0.108" anyhow = "1.0.75"