diff --git a/Cargo.lock b/Cargo.lock index 94cc77aec3..9914b75333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ "clap 4.0.32", "faketime", "path-clean", - "rand 0.7.3", + "rand 0.8.5", "sentry", "serde", "serde_json", @@ -465,7 +465,7 @@ dependencies = [ "ckb-verification-traits", "criterion", "lazy_static", - "rand 0.7.3", + "rand 0.8.5", "tempfile", ] @@ -607,7 +607,7 @@ dependencies = [ "ckb-fixed-hash", "faster-hex", "lazy_static", - "rand 0.7.3", + "rand 0.8.5", "secp256k1", "thiserror", ] @@ -969,7 +969,7 @@ dependencies = [ "indicatif", "jsonrpc-core", "lru", - "rand 0.7.3", + "rand 0.8.5", "rand_distr", "serde", "serde_json", @@ -983,7 +983,7 @@ dependencies = [ "ckb-crypto", "ckb-error", "ckb-logger", - "rand 0.7.3", + "rand 0.8.5", ] [[package]] @@ -1010,7 +1010,7 @@ dependencies = [ "num_cpus", "once_cell", "proptest", - "rand 0.7.3", + "rand 0.8.5", "secp256k1", "sentry", "serde", @@ -1344,7 +1344,7 @@ dependencies = [ "keyed_priority_queue", "lru", "once_cell", - "rand 0.7.3", + "rand 0.8.5", "sentry", "sled", "tempfile", @@ -1496,7 +1496,7 @@ dependencies = [ "ckb-verification", "ckb-verification-traits", "faketime", - "rand 0.7.3", + "rand 0.8.5", "rayon", "tokio", ]