From 75be8d3b9a373047b98d11f0efdd08a0c1e21ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:05:11 +0000 Subject: [PATCH] Bump quote from 0.6.13 to 1.0.35 Bumps [quote](https://github.com/dtolnay/quote) from 0.6.13 to 1.0.35. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/0.6.13...1.0.35) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- intel-sgx/sgxs-tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fcbb550..578707ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3266,7 +3266,7 @@ dependencies = [ "petgraph", "proc-macro2 0.4.30", "proc-mounts", - "quote 0.6.13", + "quote 1.0.35", "regex", "report-test", "reqwest", diff --git a/intel-sgx/sgxs-tools/Cargo.toml b/intel-sgx/sgxs-tools/Cargo.toml index e967d4be..2fc50c5b 100644 --- a/intel-sgx/sgxs-tools/Cargo.toml +++ b/intel-sgx/sgxs-tools/Cargo.toml @@ -47,7 +47,7 @@ log = "0.4" # MIT/Apache-2.0 env_logger = "0.6" # MIT/Apache-2.0 yansi = "0.5" # MIT/Apache-2.0 atty = "0.2" # MIT -quote = "0.6" # MIT/Apache-2.0 +quote = "1.0" # MIT/Apache-2.0 proc-macro2 = "0.4" # MIT/Apache-2.0 petgraph = "0.6" # MIT/Apache-2.0 mopa = "0.2" # MIT/Apache-2.0