Skip to content

Commit 8cd66cb

Browse files
fix(deps): update rust crate rand to 0.10
1 parent 80c1be0 commit 8cd66cb

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
@@ -235,7 +235,7 @@ build-time = "0.1"
235235
directories = "6.0"
236236
rpassword = "7.3"
237237
libc = { version = "0.2", features = ["extra_traits"] }
238-
rand = "0.9"
238+
rand = "0.10"
239239

240240
futures = "0.3"
241241
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
@@ -133,7 +133,7 @@ lru_time_cache = "0.11"
133133
bytes = "1.7"
134134
byte_string = "1.0"
135135
byteorder = "1.5"
136-
rand = { version = "0.9", features = ["small_rng"] }
136+
rand = { version = "0.10", features = ["small_rng"] }
137137
rocksdb = { version = "0.24", optional = true }
138138

139139
futures = "0.3"

crates/shadowsocks/Cargo.toml

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

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

0 commit comments

Comments
 (0)