From 9590013268c8e85463b9a02ff85db25a1e55ff21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:27:44 +0000 Subject: [PATCH] Bump tokio from 1.41.1 to 1.42.0 in the dependencies group Bumps the dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... 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 07e02c708..c219b2849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5874,9 +5874,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 41a238589..93d7181d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ sha2 = "0.10.8" sha3 = "0.10.8" thiserror = "2.0" tls_codec = "0.4.1" -tokio = { version = "1.35.1", default-features = false } +tokio = { version = "1.42.0", default-features = false } uuid = "1.10" wasm-timer = "0.2" web-time = "1.1" diff --git a/xmtp_debug/Cargo.toml b/xmtp_debug/Cargo.toml index f1ec81d46..dcb4f6caa 100644 --- a/xmtp_debug/Cargo.toml +++ b/xmtp_debug/Cargo.toml @@ -28,7 +28,7 @@ speedy = "0.8" hex.workspace = true prost.workspace = true xxhash-rust = { version = "0.8", features = ["xxh3"] } -tokio = "1.41" +tokio = "1.42" ecdsa = "0.16" k256 = "0.13" tempfile = "3.14"