From 59a4af5f91f8b98d6c16719c8bf961f684781d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:09:53 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.82 to 1.0.87 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.82 to 1.0.87. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.87) --- 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 4aec56b..a03d35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,9 +734,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.82" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index fc0977a..99e59c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ iana-time-zone = "0.1.60" json-schema-diff = "0.1.7" lazy_static = "1.4.0" prettyplease = "0.2.20" -proc-macro2 = "1.0.82" +proc-macro2 = "1.0.87" pulldown-cmark = "0.10.3" quote = "1.0.36" rand = "0.8.5"