fix(deps): update rust crate rand to 0.10

This commit is contained in:
renovate[bot]
2026-02-08 17:13:16 +00:00
committed by GitHub
parent 43bf70f5b1
commit 39daecba14
3 changed files with 3 additions and 3 deletions

View File

@@ -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"] }

View File

@@ -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"

View File

@@ -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"] }