diff --git a/Cargo.lock b/Cargo.lock index ee3fcd1e..4672f8d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1555,7 +1555,7 @@ dependencies = [ "nextcloud_appinfo", "once_cell", "parse-display 0.10.0", - "rand 0.8.5", + "rand 0.9.2", "redis", "reqwest", "sd-notify", diff --git a/Cargo.toml b/Cargo.toml index 7553144b..b473a96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.15.1", features = ["serde"] } reqwest = { version = "0.12.22", default-features = false, features = ["rustls-tls", "rustls-tls-native-roots", "json"] } warp-real-ip = "0.2.0" parse-display = "0.10.0" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.2", features = ["small_rng"] } ahash = "0.8.12" flexi_logger = { version = "0.29.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }