From 770146f9ca23606a2fb5f48354ec6c03598d893f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:45:58 +0000 Subject: [PATCH] chore(deps): Bump tokio from 1.36.0 to 1.38.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.38.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99d91b38c..c768c1ecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,8 @@ dependencies = [ [[package]] name = "az-cvm-vtpm" version = "0.6.0" -source = "git+http://github.com/mkulke/azure-cvm-tooling?rev=69526229dbb78fe4a5d6e8c6887a146d8c6640b0#69526229dbb78fe4a5d6e8c6887a146d8c6640b0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1940b5a30bbaa585acd365e329c8c4c5c119345fef81830bd5f38f2360caa7d6" dependencies = [ "bincode", "jsonwebkey", @@ -427,7 +428,8 @@ dependencies = [ [[package]] name = "az-snp-vtpm" version = "0.6.0" -source = "git+http://github.com/mkulke/azure-cvm-tooling?rev=69526229dbb78fe4a5d6e8c6887a146d8c6640b0#69526229dbb78fe4a5d6e8c6887a146d8c6640b0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a276bcc39a8cf650ebc32941409f89c751cf8266c67f233872ac8c50ffa5405" dependencies = [ "az-cvm-vtpm", "bincode", @@ -441,7 +443,8 @@ dependencies = [ [[package]] name = "az-tdx-vtpm" version = "0.6.0" -source = "git+http://github.com/mkulke/azure-cvm-tooling?rev=69526229dbb78fe4a5d6e8c6887a146d8c6640b0#69526229dbb78fe4a5d6e8c6887a146d8c6640b0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb795802e685a153ea4906349c86f5760012478a72e349538dd47012409465de" dependencies = [ "az-cvm-vtpm", "base64-url", @@ -578,7 +581,7 @@ dependencies = [ "bitflags 2.4.2", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -5298,7 +5301,7 @@ dependencies = [ "aes", "aes-gcm", "anyhow", - "base64 0.21.7", + "base64 0.22.0", "block-padding", "blowfish", "buffered-reader", @@ -6100,9 +6103,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.36.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", @@ -6129,9 +6132,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1cf5cdbd1..d007aa517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ strum = { version = "0.25", features = ["derive"] } tempfile = "3.2" testcontainers = "0.14" thiserror = "1.0" -tokio = "1.0" +tokio = "1.38" toml = "0.8.14" tonic = "0.9" tonic-build = "0.9"