diff --git a/Cargo.lock b/Cargo.lock index 7167975..367573d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2865,7 +2865,7 @@ dependencies = [ "dotenv", "html-escape", "log", - "rand 0.8.8", + "rand 0.10.2", "regex", "reqwest", "serde", @@ -2890,7 +2890,7 @@ dependencies = [ "parking_lot", "png", "pretty_env_logger", - "rand 0.8.8", + "rand 0.10.2", "rusqlite", "serde", "serde_json", diff --git a/crates/x-media/Cargo.toml b/crates/x-media/Cargo.toml index a6ce0be..b96e6a5 100644 --- a/crates/x-media/Cargo.toml +++ b/crates/x-media/Cargo.toml @@ -14,7 +14,7 @@ bytes = "1" zip = "2" tempfile = "3" thiserror = "2" -rand = "0.8" +rand = "0.10" log = "0.4" tokio = { version = "1.40", features = ["time"] } diff --git a/crates/xmedia-bot/Cargo.toml b/crates/xmedia-bot/Cargo.toml index 10d248d..07215fd 100644 --- a/crates/xmedia-bot/Cargo.toml +++ b/crates/xmedia-bot/Cargo.toml @@ -14,7 +14,7 @@ dotenv = "0.15" url = "2.5.2" html-escape = "0.2" rusqlite = { version = "0.32", features = ["bundled"] } -rand = "0.8" +rand = "0.10" tempfile = "3" parking_lot = "0.12" bytes = "1"