From f7f844609d46300bac5a526f04982158ca9912e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:28:32 +0000 Subject: [PATCH] chore(deps): bump quote from 1.0.36 to 1.0.37 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.36 to 1.0.37. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.36...1.0.37) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/bindings/Cargo.toml | 2 +- src/tool/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af47e51..a8231b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,9 +1573,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] diff --git a/src/bindings/Cargo.toml b/src/bindings/Cargo.toml index 38608a0..9ad7809 100644 --- a/src/bindings/Cargo.toml +++ b/src/bindings/Cargo.toml @@ -17,7 +17,7 @@ lazy-regex = "3.2.0" openrpc-types = "0.4.0" prettyplease = "0.2.20" proc-macro2 = { version = "1.0.86", default-features = false } -quote = { version = "1.0.36", default-features = false } +quote = { version = "1.0.37", default-features = false } schemars = "0.8.21" serde_json = "1.0.125" syn = { version = "2.0.74", default-features = false } diff --git a/src/tool/Cargo.toml b/src/tool/Cargo.toml index c29ea74..7a2f23f 100644 --- a/src/tool/Cargo.toml +++ b/src/tool/Cargo.toml @@ -27,7 +27,7 @@ lazy-regex = "3.2.0" nunny = "0.2.0" openrpc-types = "0.3.3" proc-macro2 = { version = "1.0.86", default-features = false } -quote = { version = "1.0.36", default-features = false } +quote = { version = "1.0.37", default-features = false } regex = "1.10.5" reqwest = { version = "0.12.5", features = ["json", "blocking"] } schemars = { version = "0.8.21", default-features = false, features = [