Skip to content

Commit 59208e1

Browse files
committed
Upgrade rand to v0.9.1
We bump our rand dependency to the latest stable version.
1 parent d984aca commit 59208e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bip39 = "2.0.0"
9090
bip21 = { version = "0.5", features = ["std"], default-features = false }
9191

9292
base64 = { version = "0.22.1", default-features = false, features = ["std"] }
93-
rand = "0.8.5"
93+
rand = { version = "0.9.1", default-features = false, features = ["std", "thread_rng", "os_rng"] }
9494
chrono = { version = "0.4", default-features = false, features = ["clock"] }
9595
tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }
9696
esplora-client = { version = "0.12", default-features = false, features = ["tokio", "async-https-rustls"] }

0 commit comments

Comments
 (0)