From 175927256b3c90a44d509645190193e8c33ab84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:12:34 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.42.0 to 1.43.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eeb52b..c4569b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 647aeb1..393bcdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ doc = false [dependencies] clap = { version = "4.5", features = ["derive", "env", "string", "help", "usage", "error-context"] } clap-cargo = "0.13" -tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "process", "fs"] } +tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread", "process", "fs"] } anyhow = "1.0.81" chrono = "0.4.35" dialoguer = "0.11.0" @@ -30,4 +30,4 @@ mockall = "0.12.1" async-trait = "0.1.77" regex = "1.10.3" predicates = "3.1.0" -tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "process", "fs"] } +tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread", "process", "fs"] }