From aa660713d744d1a1ca6c57b0a5eda7d06ab606ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:07:26 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.41.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- axoupdater-cli/Cargo.toml | 2 +- axoupdater/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7ae7df..3c4d434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2558,9 +2558,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index d758ecc..8109066 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -27,7 +27,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [ axoprocess = "0.2.0" camino = { version = "1.1.9", features = ["serde1"] } tempfile = "3.13.0" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } [[bin]] name = "axoupdater" diff --git a/axoupdater/Cargo.toml b/axoupdater/Cargo.toml index 2f2239f..48fafe4 100644 --- a/axoupdater/Cargo.toml +++ b/axoupdater/Cargo.toml @@ -31,7 +31,7 @@ url = "2.5.2" gazenot = { version = "0.3.3", features = ["client_lib"], optional = true } # blocking API -tokio = { version = "1.36.0", features = ["full"], optional = true } +tokio = { version = "1.41.1", features = ["full"], optional = true } # errors miette = "7.2.0" @@ -41,6 +41,6 @@ thiserror = "1.0.58" self-replace = "1.5.0" [dev-dependencies] -tokio = { version = "1.36.0", features = ["test-util"] } +tokio = { version = "1.41.1", features = ["test-util"] } httpmock = "0.7.0" serial_test = "3.1.1"