From 20d454dd86cc68d207056eafda6dbc61201a74cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:11:29 +0000 Subject: [PATCH] deps: bump tokio from 1.43.0 to 1.43.1 in /rust-peer in the cargo group Bumps the cargo group in /rust-peer with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.43.0 to 1.43.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- rust-peer/Cargo.lock | 4 ++-- rust-peer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-peer/Cargo.lock b/rust-peer/Cargo.lock index 7e57d30a..24922a27 100644 --- a/rust-peer/Cargo.lock +++ b/rust-peer/Cargo.lock @@ -3826,9 +3826,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/rust-peer/Cargo.toml b/rust-peer/Cargo.toml index 44ffa78d..d495e031 100644 --- a/rust-peer/Cargo.toml +++ b/rust-peer/Cargo.toml @@ -15,7 +15,7 @@ libp2p = { version = "0.55", features = ["identify", "ping", "tokio", "gossipsub libp2p-webrtc = { version = "0.9.0-alpha", features = ["tokio", "pem"] } log = "0.4.17" rand = "0.8.5" -tokio = { version = "1.27.0", features = ["full"] } +tokio = { version = "1.43.1", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] } async-trait = "0.1.68" unsigned-varint = "0.8.0"