diff --git a/Cargo.lock b/Cargo.lock index 869438af63..6b3d14a9d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "bincode" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -406,7 +406,7 @@ dependencies = [ name = "ckb-core" version = "0.9.0-pre" dependencies = [ - "bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "ckb-merkle-tree 0.9.0-pre", "ckb-util 0.9.0-pre", @@ -427,7 +427,7 @@ dependencies = [ name = "ckb-db" version = "0.9.0-pre" dependencies = [ - "bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "ckb-util 0.9.0-pre", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -626,7 +626,7 @@ dependencies = [ name = "ckb-shared" version = "0.9.0-pre" dependencies = [ - "bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "ckb-chain-spec 0.9.0-pre", "ckb-core 0.9.0-pre", "ckb-db 0.9.0-pre", @@ -3543,7 +3543,7 @@ dependencies = [ "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" -"checksum bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3efe0b4c8eaeed8600549c29f538a6a11bf422858d0ed435b1d70ec4ab101190" +"checksum bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "959c8e54c1ad412ffeeb95f05a9cade02d2d40a7b3c2f852d3353148f4beff35" "checksum bindgen 0.47.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df683a55b54b41d5ea8ebfaebb5aa7e6b84e3f3006a78f010dadc9ca88469260" "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"