diff --git a/Cargo.lock b/Cargo.lock index c254404c7..4354393ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,9 +504,9 @@ dependencies = [ [[package]] name = "ic-certification" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "480b6a64a6602ed8c4eac150ef72f2206dc2910069d0cf524b5c6f90d8bc03fc" +checksum = "e64ee3d8b6e81b51f245716d3e0badb63c283c00f3c9fb5d5219afc30b5bf821" dependencies = [ "hex", "serde", @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "ic-representation-independent-hash" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257c90372cfbf5bf5b7f473d034dac2fb344665015c582592b8b45d90b181c88" +checksum = "08ae59483e377cd9aad94ec339ed1d2583b0d5929cab989328dac2d853b2f570" dependencies = [ "leb128", "sha2", diff --git a/src/libs/storage/Cargo.toml b/src/libs/storage/Cargo.toml index 135a65274..9bf05e560 100644 --- a/src/libs/storage/Cargo.toml +++ b/src/libs/storage/Cargo.toml @@ -22,8 +22,8 @@ ic-stable-structures.workspace = true sha2.workspace = true hex.workspace = true serde_bytes = "0.11.12" -ic-certification = {version = "= 2.4.0"} -ic-representation-independent-hash = {version = "= 2.4.0"} +ic-certification = "2.6.0" +ic-representation-independent-hash = "2.6.0" regex.workspace = true base64 = "0.13.1" url = "2.4.0"