diff --git a/notify_push/Cargo.lock b/notify_push/Cargo.lock index dc4b756..23a53ed 100644 --- a/notify_push/Cargo.lock +++ b/notify_push/Cargo.lock @@ -1671,7 +1671,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/notify_push/Cargo.toml b/notify_push/Cargo.toml index 26a56a7..14a77b2 100644 --- a/notify_push/Cargo.toml +++ b/notify_push/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.15.1", features = ["serde"] } reqwest = { version = "0.13.2", features = ["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.31.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }