deps: bump rand 0.10.0 to 0.10.1

Closes RUSTSEC-2026-0097 (unsoundness with custom logger calling
rand::rng() from the log handler). Fix is the upstream deprecation
of the `log` feature; no API change for our pin.
This commit is contained in:
Johnathan Corgan
2026-05-08 15:58:12 +00:00
parent c255e3f4a2
commit 67e660d813
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ secp256k1 = { version = "0.30", features = ["rand", "global-context"] }
sha2 = "0.10"
hkdf = "0.12"
chacha20poly1305 = "0.10"
rand = "0.10.0"
rand = "0.10.1"
thiserror = "2.0"
bech32 = "0.11"
serde = { version = "1.0", features = ["derive"] }