diff --git a/Cargo.toml b/Cargo.toml index 2bdeb4f..1f64aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } -rand = "0.8.5" -rand_chacha = "0.3" +rand = "0.9.0" +rand_chacha = "0.9" meval = "0.2" lazy_static = "1.4" anyhow = "1" @@ -19,7 +19,7 @@ tracing-subscriber = "0.3" tracing-futures = "0.2" regex = "1.9" num-traits = "0.2.16" -itertools = "0.11.0" +itertools = "0.14.0" [dependencies.serenity] default-features = false @@ -36,4 +36,4 @@ features = [ "framework", "standard_framework", ] -version = "0.11.6" +version = "0.12.0"