From ab537b9c5e6c9574dc9546d13a0b8366b9388815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:32:51 +0000 Subject: [PATCH] build(deps): bump quote from 1.0.33 to 1.0.35 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.33 to 1.0.35. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.33...1.0.35) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- devtools/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 260b23b0..affc4b0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -899,18 +899,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.33" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index 96f62237..f444aa75 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -25,7 +25,7 @@ termcolor = "1.4.0" # Codegen Inflector = "0.11.4" proc-macro2 = "1.0.70" -quote = "1.0.33" +quote = "1.0.35" [dependencies.tokio] features = ["rt-multi-thread", "net", "fs", "macros", "io-util"]