From fd7098491ca2483d1001efd1cf8148f900c81f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:32:25 +0800 Subject: [PATCH] bump tokio-util from 0.7.12 to 0.7.13 (#3014) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.13) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5ca83fc9..8b66ebb6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6449,7 +6449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -12968,9 +12968,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index e6c6eecd4..a14fd83c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ thiserror = "1.0.69" tiny-keccak = { version = "2", features = ["keccak", "sha3"] } tiny-bip39 = "2.0.0" tokio = { version = "1.42.0", features = ["full"] } -tokio-util = "0.7.12" +tokio-util = "0.7.13" tokio-tungstenite = { version = "0.24.0", features = ["native-tls"] } tokio-stream = "0.1.16" tonic = { version = "0.8", features = ["gzip"] }