From a5e120f70419886962aa52eb2e75cdbb954d5786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:13:24 +0000 Subject: [PATCH] build(deps): bump tokio from 1.38.1 to 1.38.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- cycles-ledger/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c44f3b4..e9db02c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1665,9 +1665,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.1" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "pin-project-lite", diff --git a/cycles-ledger/Cargo.toml b/cycles-ledger/Cargo.toml index a0d8025..e2e68a2 100644 --- a/cycles-ledger/Cargo.toml +++ b/cycles-ledger/Cargo.toml @@ -44,7 +44,7 @@ icrc1-test-suite = "0.1.2" lazy_static = "1.4.0" proptest = "1.2.0" tempfile = "3.10.1" -tokio = { version = "1.36.0", features = ["rt", "macros"] } +tokio = { version = "1.38.2", features = ["rt", "macros"] } [features] testing = []