From 1b82c60973ed389fa5b17f311a2035590c4ca8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:01:34 +0000 Subject: [PATCH] build(deps): bump tokio from 1.40.0 to 1.41.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libraries/concurrent-merkle-tree/Cargo.toml | 2 +- single-pool/cli/Cargo.toml | 2 +- token/cli/Cargo.toml | 2 +- token/transfer-hook/interface/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4aea32d7364..79b12940ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8502,9 +8502,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/libraries/concurrent-merkle-tree/Cargo.toml b/libraries/concurrent-merkle-tree/Cargo.toml index b2ed4fbf2d7..f7cf435930b 100644 --- a/libraries/concurrent-merkle-tree/Cargo.toml +++ b/libraries/concurrent-merkle-tree/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1.0.64" rand_distr = "0.4.3" rand = "0.8" spl-merkle-tree-reference = { version = "0.1.0", path = "../merkle-tree-reference" } -tokio = { version = "1.40", features = ["full"] } +tokio = { version = "1.41", features = ["full"] } [lib] crate-type = ["cdylib", "lib"] diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index 2501874dfe5..e97769859bc 100644 --- a/single-pool/cli/Cargo.toml +++ b/single-pool/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" edition = "2021" [dependencies] -tokio = "1.40" +tokio = "1.41" clap = { version = "3.2.23", features = ["derive"] } console = "0.15.8" borsh = "1.5.1" diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index f811efeda0b..83ee7f4dd72 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -44,7 +44,7 @@ spl-memo = { version = "5.0", path = "../../memo/program", features = [ ] } strum = "0.26" strum_macros = "0.26" -tokio = "1.40" +tokio = "1.41" [dev-dependencies] solana-test-validator = "2.0.3" diff --git a/token/transfer-hook/interface/Cargo.toml b/token/transfer-hook/interface/Cargo.toml index 9e611cbcb66..2a3739d4bbc 100644 --- a/token/transfer-hook/interface/Cargo.toml +++ b/token/transfer-hook/interface/Cargo.toml @@ -21,7 +21,7 @@ spl-pod = { version = "0.4.0", path = "../../../libraries/pod" } crate-type = ["cdylib", "lib"] [dev-dependencies] -tokio = { version = "1.40.0", features = ["full"] } +tokio = { version = "1.41.0", features = ["full"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]