From f106f2282b78fb1f0b77c0a89d11fb1345a61276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:24:21 +0000 Subject: [PATCH] build(deps): bump quote from 1.0.35 to 1.0.38 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.35 to 1.0.38. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.38) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 157b60a7bb..161c49ca3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11979,9 +11979,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index 0ae0360e5d..09bae1ef83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -315,7 +315,7 @@ parity-scale-codec = { version = "3.6.12", default-features = false } paste = { version = "1.0.15" } primitive-types = { version = "0.12.2", default-features = false } proc-macro2 = { version = "1.0.89" } -quote = { version = "1.0.20" } +quote = { version = "1.0.38" } scale-info = { version = "2.11.6", default-features = false } serde = { version = "1.0.216", default-features = false } serde_json = { version = "1.0.134", default-features = false }