From d0b161d4faef80b8ba0cd444d59cbdf12adfc7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:06:57 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.89 to 1.0.93 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.89 to 1.0.93. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.93) --- updated-dependencies: - dependency-name: proc-macro2 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 112d2a2..96a1980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index b8d2707..bdd71af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ scale-typegen = { version = "0.10.0", path = "typegen" } # external dependencies parity-scale-codec = { version = "3.6.12", features = ["derive"] } -proc-macro2 = "1.0.89" +proc-macro2 = "1.0.93" quote = "1.0.33" scale-bits = "0.7.0" scale-info = { version = "2.11.1", features = ["derive", "bit-vec", "decode", "docs", "serde"] }