From d77fb960cce76cc50bf787452168323b6eac81c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 06:08:12 +0000 Subject: [PATCH] chore(deps): Bump shadow-rs from 0.32.0 to 0.33.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- attestation-agent/coco_keyprovider/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 951c289bb..91697316e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -5722,9 +5722,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25d4535372eab969a98536e39dd272bca49fc338b09b25babea715968d15eeae" +checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf" dependencies = [ "const_format", "git2", diff --git a/attestation-agent/coco_keyprovider/Cargo.toml b/attestation-agent/coco_keyprovider/Cargo.toml index a07ca6ead..4819f7b80 100644 --- a/attestation-agent/coco_keyprovider/Cargo.toml +++ b/attestation-agent/coco_keyprovider/Cargo.toml @@ -27,7 +27,7 @@ tonic.workspace = true uuid = { workspace = true, features = ["fast-rng", "v4"] } [build-dependencies] -shadow-rs = "0.32.0" +shadow-rs = "0.33.0" tonic-build.workspace = true [dev-dependencies]