From 85199b320010b010674647bb88fc442521b220c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:09:33 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- xmtp_debug/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 193fbf2208..57ae731e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6007,9 +6007,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 826fd6d189..239f119d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ sha2 = "0.10.8" sha3 = "0.10.8" thiserror = "2.0" tls_codec = "0.4.1" -tokio = { version = "1.43.0", default-features = false } +tokio = { version = "1.44.2", default-features = false } tokio-stream = { version = "0.1", default-features = false } uuid = "1.12" vergen-git2 = "1.0.2" diff --git a/xmtp_debug/Cargo.toml b/xmtp_debug/Cargo.toml index ecf9b5aaf2..7f76e39c08 100644 --- a/xmtp_debug/Cargo.toml +++ b/xmtp_debug/Cargo.toml @@ -32,7 +32,7 @@ redb = "2.4" speedy = "0.8" tempfile = "3.15" thiserror.workspace = true -tokio = "1.43" +tokio = "1.44" tracing = { workspace = true, features = ["valuable"] } tracing-appender = "0.2" tracing-logfmt.workspace = true