Skip to content

Commit 5b4486a

Browse files
fix(deps): update rust crate rand to 0.9
1 parent c81da6e commit 5b4486a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ directories = "6.0"
229229
xdg = "2.5"
230230
rpassword = "7.3"
231231
libc = { version = "0.2", features = ["extra_traits"] }
232-
rand = "0.8"
232+
rand = "0.9"
233233

234234
futures = "0.3"
235235
tokio = { version = "1", features = ["rt", "signal"] }

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ lru_time_cache = "0.11"
134134
bytes = "1.7"
135135
byte_string = "1.0"
136136
byteorder = "1.5"
137-
rand = { version = "0.8", features = ["small_rng"] }
137+
rand = { version = "0.9", features = ["small_rng"] }
138138
sled = { version = "0.34.7", optional = true }
139139

140140
futures = "0.3"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spin = { version = "0.9", features = ["std"] }
6262
pin-project = "1.1"
6363
bloomfilter = { version = "3.0.0", optional = true }
6464
thiserror = "2.0"
65-
rand = { version = "0.8", optional = true }
65+
rand = { version = "0.9", optional = true }
6666
lru_time_cache = { version = "0.11", optional = true }
6767

6868
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)