mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix(deps): update rust crate rand to 0.10
This commit is contained in:
@@ -235,7 +235,7 @@ build-time = "0.1"
|
||||
directories = "6.0"
|
||||
rpassword = "7.3"
|
||||
libc = { version = "0.2", features = ["extra_traits"] }
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
|
||||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["rt", "signal"] }
|
||||
|
||||
@@ -133,7 +133,7 @@ lru_time_cache = "0.11"
|
||||
bytes = "1.7"
|
||||
byte_string = "1.0"
|
||||
byteorder = "1.5"
|
||||
rand = { version = "0.9", features = ["small_rng"] }
|
||||
rand = { version = "0.10", features = ["small_rng"] }
|
||||
rocksdb = { version = "0.24", optional = true }
|
||||
|
||||
futures = "0.3"
|
||||
|
||||
@@ -61,7 +61,7 @@ spin = { version = "0.10", features = ["std"] }
|
||||
pin-project = "1.1"
|
||||
bloomfilter = { version = "3.0.0", optional = true }
|
||||
thiserror = "2.0"
|
||||
rand = { version = "0.9", optional = true }
|
||||
rand = { version = "0.10", optional = true }
|
||||
lru_time_cache = { version = "0.11", optional = true }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user