Skip to content

Commit 2bb5d5b

Browse files
fix(deps): update rust crate rand to 0.10.0
1 parent 7f49ee1 commit 2bb5d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spnl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
9696
thiserror = { version = "2.0.14", optional = true }
9797
clap = { version = "4.5.45", features = ["derive","env"] }
9898
regex = { version = "1.11.1", optional = true }
99-
rand = { version = "0.9.2", features = ["os_rng"], optional = true }
99+
rand = { version = "0.10.0", features = ["os_rng"], optional = true }
100100
base64 = { version = "0.22", optional = true }
101101
flate2 = { version = "1.0", optional = true }
102102
tabled = { version = "0.20", optional = true }
@@ -108,7 +108,7 @@ http = "1.0"
108108
criterion = { version = "0.5", features = ["async_tokio"] }
109109
lipsum = { git = "https://github.com/mgeisler/lipsum.git" }
110110
petname = "2.0.2"
111-
rand = "0.9.2"
111+
rand = "0.10.0"
112112
flate2 = "1.0"
113113
indicatif = "0.18.0"
114114

0 commit comments

Comments
 (0)