Skip to content

Commit 2faf0da

Browse files
committed
fix: small_rng enabled by default
1 parent 1b19b3a commit 2faf0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10", features = ["small_rng"] }
136+
rand = "0.10"
137137
rocksdb = { version = "0.24", optional = true }
138138

139139
futures = "0.3"

0 commit comments

Comments
 (0)