From: Vadim Anufriev Date: Sun, 12 Apr 2026 19:51:27 +0000 (+0400) Subject: chore: update rand 0.9.2 -> 0.9.3 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=77dc466ca54eb8466e8670428c384fc34c6a81ac;p=bdk-cli chore: update rand 0.9.2 -> 0.9.3 --- diff --git a/Cargo.lock b/Cargo.lock index b491c2e..c9c9e27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,7 +2008,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls 0.23.36", @@ -2062,9 +2062,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5",