From 01be66c0df5572f302526372394f16278437b42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:00:16 +0000 Subject: [PATCH] Bump tokio from 1.48.0 to 1.49.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- factorion-bot-discord/Cargo.toml | 2 +- factorion-bot-reddit/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }