From 5b3f756b6d38f01fc0dec6e2bf7c05556cc29611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:48:10 +0000 Subject: [PATCH] ci: bump proc-macro2 from 1.0.86 to 1.0.87 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...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 ++-- serde-sarif/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 245610c3..b6d9c813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] diff --git a/serde-sarif/Cargo.toml b/serde-sarif/Cargo.toml index c349fcce..4259f3f4 100644 --- a/serde-sarif/Cargo.toml +++ b/serde-sarif/Cargo.toml @@ -43,7 +43,7 @@ version-sync = "0.9" [build-dependencies] anyhow = "1.0.89" prettyplease = "0.2.22" -proc-macro2 = "1.0.86" +proc-macro2 = "1.0.87" quote = "1.0.37" schemafy_lib = "0.6.0" serde_json = "1.0.128"