From 59b5944ef04e68a6ce0ffb3e59cc2f9e9f851f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:51:46 +0000 Subject: [PATCH] chore(deps): bump quote from 1.0.31 to 1.0.32 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.31...1.0.32) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- testing-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7ca174066..901d12fb38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5885,9 +5885,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" +checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" dependencies = [ "proc-macro2", ] diff --git a/testing-macros/Cargo.toml b/testing-macros/Cargo.toml index 1b29a04124..38c0d6cb9b 100644 --- a/testing-macros/Cargo.toml +++ b/testing-macros/Cargo.toml @@ -87,7 +87,7 @@ tokio = { version = "1", optional = true, features = [ tracing = "0.1.37" serde = { version = "1.0.171", features = ["derive"] } # proc macro stuff -quote = "1.0.31" +quote = "1.0.32" syn = { version = "2.0.26", features = ["full", "extra-traits"] } proc-macro2 = "1.0.66" derive_builder = "0.12.0"