From 3f3d093fcb0954aa39df547a7a91ca89aa7a2f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 04:41:38 +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 804275b8..84defd14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3244,7 +3244,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 d83086c3..a7c02d98 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