From 14218abd52b992f1ff02e10bc96ace7f0b3b4918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:37:30 +0000 Subject: [PATCH 1/2] Bump proc-macro2 from 1.0.83 to 1.0.84 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.83 to 1.0.84. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.83...1.0.84) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e2b500a6..ef93bbd8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7503,9 +7503,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" +checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" dependencies = [ "unicode-ident", ] From d5a2a3107ccde9add5e0de70be62f01eb08419a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:38:27 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index fedb0928e..0c1fff7a4 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -2487,7 +2487,7 @@ - syn-error - name: proc-macro-error-attr 1.0.4 features: [] -- name: proc-macro2 1.0.83 +- name: proc-macro2 1.0.84 features: - default - proc-macro