From 3d2f21ac47fc12b5216fc9d3b8e05c2b09f84bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:28:11 +0000 Subject: [PATCH] ci: bump proc-macro2 from 1.0.71 to 1.0.73 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.71 to 1.0.73. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.71...1.0.73) --- 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 80f1a6bb..54e760d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.71" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" +checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1" dependencies = [ "unicode-ident", ] diff --git a/serde-sarif/Cargo.toml b/serde-sarif/Cargo.toml index c2a8958d..acb539e9 100644 --- a/serde-sarif/Cargo.toml +++ b/serde-sarif/Cargo.toml @@ -40,7 +40,7 @@ version-sync = "0.9" [build-dependencies] anyhow = "1.0.77" prettyplease = "0.2.15" -proc-macro2 = "1.0.71" +proc-macro2 = "1.0.73" quote = "1.0.33" schemafy_lib = "0.6.0" serde_json = "1.0.108"