From 2a419b01e9ffd54da7c6e2ae7549bf41d930cf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:13:10 +0000 Subject: [PATCH] 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 462b6d24..b1b55e2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,9 +3126,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", ] diff --git a/Cargo.toml b/Cargo.toml index 3db80ada..4b125667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] } [workspace.dependencies] axum = "^0.7.5" -proc-macro2 = "1.0.83" +proc-macro2 = "1.0.84" syn = "2.0.64" [dev-dependencies]