diff --git a/Cargo.lock b/Cargo.lock index c93985b7..59559311 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,7 +1558,7 @@ dependencies = [ "nextcloud_appinfo", "once_cell", "parse-display", - "rand 0.8.5", + "rand 0.9.1", "redis", "reqwest", "sd-notify", diff --git a/Cargo.toml b/Cargo.toml index 4f45e448..0c82756c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.13.2", features = ["serde"] } reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "rustls-tls-native-roots", "json"] } warp-real-ip = "0.2.0" parse-display = "0.9.1" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.1", features = ["small_rng"] } ahash = "0.8.11" flexi_logger = { version = "0.29.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }