diff --git a/Cargo.lock b/Cargo.lock index 8070e00..2d374a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ name = "discac" version = "0.5.0" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "serenity", @@ -589,9 +589,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.0", diff --git a/Cargo.toml b/Cargo.toml index 8597242..021335c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ incremental = true tokio = { version = "1.50.0", features = ["macros", "rt"] } serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] } -rand = { version = "0.9.2", features = ["std", "std_rng"] } +rand = { version = "0.9.3", features = ["std", "std_rng"] } serenity = { default-features = false, features = ["http", "model", "utils", "rustls_backend"], version = "0.12.5" }