From b5e0925d0b6c749b64df965fbc5b23bf0ecaaa98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:33:06 +0000 Subject: [PATCH] build(deps): bump tokio from 1.40.0 to 1.41.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tailor_cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e420e4b..58d7def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,9 +1466,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/tailor_cli/Cargo.toml b/tailor_cli/Cargo.toml index 27c1cf7..2a0e6e0 100644 --- a/tailor_cli/Cargo.toml +++ b/tailor_cli/Cargo.toml @@ -16,7 +16,7 @@ repository.workspace = true tailor_api = {version = "0.2.5", path = "../tailor_api" } tailor_client = {version = "0.2.6", path = "../tailor_client" } clap = { version = "4.4.18", features = ["derive"] } -tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.41", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" eyre = "0.6.12" notify-rust = "4.11.0"