diff --git a/Cargo.lock b/Cargo.lock index 6864a0a..a06f99d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,6 +1679,12 @@ dependencies = [ "serde", ] +[[package]] +name = "bincode" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6a120d2e16b3e1b4a24bd70f23b12d3e16b81f113364a26935f8db7245452d" + [[package]] name = "bindgen" version = "0.70.1" @@ -2157,7 +2163,7 @@ dependencies = [ "axum 0.8.8", "axum-macros", "bech32 0.11.1", - "bincode", + "bincode 3.0.0", "bitcoin", "candid", "charms-app-runner", @@ -7126,7 +7132,7 @@ version = "5.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2363566d0d4213d0ffd93cfcc1a5e413e2af8682213d3e65b90ac0af5623e3" dependencies = [ - "bincode", + "bincode 1.3.3", "bytemuck", "clap", "elf", @@ -7165,7 +7171,7 @@ version = "5.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd3ff75c100e24b89a7b513e082ec3e040c4c9f1cd779b6ba475c5bdc1aa7ad" dependencies = [ - "bincode", + "bincode 1.3.3", "cbindgen", "cc", "cfg-if", @@ -7221,7 +7227,7 @@ version = "5.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d3b98d9dd20856176aa7048e2da05d0c3e497f500ea8590292ffbd25002ec1" dependencies = [ - "bincode", + "bincode 1.3.3", "ctrlc", "prost", "serde", @@ -7270,7 +7276,7 @@ version = "5.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b73b8ff343f2405d5935440e56b7aba5cee6d87303f0051974cbd6f5de502f57" dependencies = [ - "bincode", + "bincode 1.3.3", "elliptic-curve", "serde", "sp1-primitives", @@ -7282,7 +7288,7 @@ version = "5.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e69a03098f827102c54c31a5e57280eb45b2c085de433b3f702e4f9e3ec1641" dependencies = [ - "bincode", + "bincode 1.3.3", "blake3", "cfg-if", "hex", @@ -7303,7 +7309,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66f439f716cfc44c38d2aea975f1c4a9ed2cc40074ca7e4df8a37a3ff3795eb" dependencies = [ "anyhow", - "bincode", + "bincode 1.3.3", "clap", "dirs", "enum-map", @@ -7459,7 +7465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "933ef703fb1c7a25e987a76ad705e60bb53730469766363b771baf3082a50fa0" dependencies = [ "anyhow", - "bincode", + "bincode 1.3.3", "bindgen", "cc", "cfg-if", @@ -7494,7 +7500,7 @@ dependencies = [ "aws-config", "aws-sdk-kms", "backoff", - "bincode", + "bincode 1.3.3", "cfg-if", "dirs", "eventsource-stream",