From fd55dfa97286d87a8ee167c7557e186da5f74d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:13:10 +0000 Subject: [PATCH] Dependencies: Bump proc-macro2 from 1.0.66 to 1.0.76 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.66 to 1.0.76. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.66...1.0.76) --- 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 b5e4fcb..3e6bbf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.66" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" +checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 8b9397d..10641e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ wav = "1" num-traits = "0.2" num-derive = "0.4" arrcat = "0.1" -proc-macro2 = "^1.0.60" +proc-macro2 = "^1.0.76" human-panic = { version = "1.1.4", optional = true } flexstr = { version = "0.9.2", features = ["int_convert", "serde"] }