From 6146163fda05f6ad8952916420124371311334cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:52:47 +0000 Subject: [PATCH] deps(rust): bump proc-macro2 from 1.0.79 to 1.0.80 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nss/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 513eca2..5faf1e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,9 +327,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e" dependencies = [ "unicode-ident", ] diff --git a/nss/Cargo.toml b/nss/Cargo.toml index a41f82e..931e05a 100644 --- a/nss/Cargo.toml +++ b/nss/Cargo.toml @@ -27,7 +27,7 @@ faccess = "0.2.4" simple_logger = { version = "4.3.3", default-features = false, features = [ "stderr", ] } -proc-macro2 = "1.0.79" +proc-macro2 = "1.0.80" [dev-dependencies] goldenfile = "^1.6"