From 989f391b3dc06abce50837d93305f576181b0894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:19:22 +0000 Subject: [PATCH] chore: Bump proc-macro2 from 1.0.86 to 1.0.93 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to 1.0.93. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...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 db6fccad..b39f7851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index fa00ba03..6bdaf29c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ itertools = "0.13.0" lazy_static = "1.5.0" paste = "1.0.15" pretty_assertions = "1.4.1" -proc-macro2 = "1.0.86" +proc-macro2 = "1.0.93" quote = "1.0.38" rustversion = "1.0.19" serde = "1.0"