From e65b2ce25d6ba7c9961768a4a6982478f92e9dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:47:18 +0000 Subject: [PATCH] Bump tokio from 1.39.2 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/borderlands-launcher/Cargo.toml | 4 ++-- lib/shift-orcz/Cargo.toml | 4 ++-- shift-client-cli/Cargo.toml | 2 +- shift-client/Cargo.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d99b57f..6625b726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1727,9 +1727,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index ef1f2439..ac78bb1c 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -15,7 +15,7 @@ futures-util = { version = "0.3.30", default-features = false } prost = "0.13.1" reqwest = { version = "0.12.5", features = [ "gzip", "deflate", "stream" ], default-features = false } thiserror = "1.0.63" -tokio = { version = "1.39.2", default-features = false } +tokio = { version = "1.40.0", default-features = false } tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false } # Optional @@ -23,7 +23,7 @@ anyhow = { version = "1.0.86", optional = true } prost-build = { version = "0.13.1", optional = true } [dev-dependencies] -tokio = { version = "1.39.2", features = ["macros"] } +tokio = { version = "1.40.0", features = ["macros"] } [features] default = ["rustls-tls"] diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index a6a7b0f9..256f2ee0 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -11,10 +11,10 @@ reqwest = { version = "0.12.5", default-features = false } scraper = { version = "0.20.0", default-features = false } thiserror = "1.0.63" time = { version = "0.3.36", features = [ "parsing", "macros" ] } -tokio = { version = "1.39.2", features = [ "rt" ] } +tokio = { version = "1.40.0", features = [ "rt" ] } [dev-dependencies] -tokio = { version = "1.39.2", features = [ "macros" ] } +tokio = { version = "1.40.0", features = [ "macros" ] } [features] default = ["reqwest/rustls-tls"] diff --git a/shift-client-cli/Cargo.toml b/shift-client-cli/Cargo.toml index 6c615ee9..af1f15f6 100644 --- a/shift-client-cli/Cargo.toml +++ b/shift-client-cli/Cargo.toml @@ -13,4 +13,4 @@ anyhow = "1.0.86" reqwest = { version = "0.12.5", default-features = false } shift-client = { version = "0.0.0", path = "../shift-client" } shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" } -tokio = { version = "1.39.2", features = [ "time", "rt-multi-thread" ] } +tokio = { version = "1.40.0", features = [ "time", "rt-multi-thread" ] } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index ce6a018d..bb13ebdd 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -11,10 +11,10 @@ scraper = { version = "0.20.0", default-features = false } serde = { version = "1.0.209", features = [ "derive" ] } serde_json = "1.0.127" thiserror = "1.0.63" -tokio = { version = "1.39.2", features = [ "time" ] } +tokio = { version = "1.40.0", features = [ "time" ] } [dev-dependencies] -tokio = { version = "1.39.2", features = [ "macros" ] } +tokio = { version = "1.40.0", features = [ "macros" ] } [features] default = [ "reqwest/rustls-tls" ]