diff --git a/Cargo.lock b/Cargo.lock index 73f8088906..a74a7b31e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3625,9 +3625,9 @@ dependencies = [ [[package]] name = "ic-stable-structures" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcaf89c1bc326c72498bcc0cd954f2edf718c018e7c586d2193d701d3c9af29a" +checksum = "b492c5a16455ae78623eaa12ead96dda6c69a83c535b1b00789f19b381c8a24c" dependencies = [ "ic_principal", ] diff --git a/Cargo.toml b/Cargo.toml index 291a654637..93252c7f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,7 +199,7 @@ ic-certificate-verification = "2.4.0" ic-certification = "2.5.0" ic-ledger-types = "0.13.0" ic_principal = "0.1.1" -ic-stable-structures = "0.6.6" +ic-stable-structures = "0.6.7" ic-transport-types = "0.37.1" ic-utils = "0.37.0" ic-verifiable-credentials = { git = "https://github.com/dfinity/verifiable-credentials-sdk", rev = "d5e1bb0f8c0bf99ad565620e18dc402a9ac3317a" }