From c76bfc08183991e43517f3a2d634567775b8dc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:18:29 +0200 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.82 to 1.0.84 (#1612) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.82 to 1.0.84. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.84) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dbc0727b0..71b099e031 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3273,9 +3273,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.82" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 050a7382f0..259a338524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ jsonrpsee = { version = "0.22" } pretty_assertions = "1.4.0" primitive-types = { version = "0.12.2", default-features = false } proc-macro-error = "1.0.4" -proc-macro2 = "1.0.82" +proc-macro2 = "1.0.84" quote = "1.0.36" regex = { version = "1.10.4", default-features = false } scale-info = { version = "2.11.3", default-features = false }