diff --git a/Cargo.lock b/Cargo.lock index f5fc24e..6d3cd2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,9 +2016,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/factorion-bot-discord/Cargo.toml b/factorion-bot-discord/Cargo.toml index dda5e49..b62c1a7 100644 --- a/factorion-bot-discord/Cargo.toml +++ b/factorion-bot-discord/Cargo.toml @@ -12,7 +12,7 @@ categories = ["mathematics", "web-programming", "parser-implementations"] [dependencies] factorion-lib = { path = "../factorion-lib", version = "4.1.11", features = ["serde", "influxdb"] } serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] } -tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "time"] } +tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "time"] } dotenvy = "^0.15.7" log = "0.4.28" env_logger = "0.11.8" diff --git a/factorion-bot-reddit/Cargo.toml b/factorion-bot-reddit/Cargo.toml index a8a5e7c..0e51c00 100644 --- a/factorion-bot-reddit/Cargo.toml +++ b/factorion-bot-reddit/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.12.26", features = ["json", "native-tls"], default-feat serde = { version = "1.0.219", default-features = false, features = ["derive"] } serde_json = "1.0.140" postcard = {version = "1.1.3", features = ["use-std"]} -tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } base64 = { version = "0.22.1", default-features = false } dotenvy = "^0.15.7" chrono = { version = "0.4.42", features = ["now"], default-features = false }