From 9700398e48e184704ce9768509aa410a9a53206d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:19:34 +0000 Subject: [PATCH] deps(rust): bump proc-macro2 from 1.0.76 to 1.0.78 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.76 to 1.0.78. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.76...1.0.78) --- 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 2cde9cc3..6f91c623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,9 +403,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] diff --git a/nss/Cargo.toml b/nss/Cargo.toml index 124570a5..428ea36a 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.76" +proc-macro2 = "1.0.78" [dev-dependencies] goldenfile = "^1.6"