From 1e4b3b2b45dde518b013dbe4ff1809aaad02f72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:06:37 +0000 Subject: [PATCH] build(deps): 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 f9ab1a9..3fc678b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[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 4caa081..dd375d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ hickory-resolver = { version = "0.24.1", features = ["dns-over-https-rustls", "w [build-dependencies] quote = "1.0.36" -proc-macro2 = "1.0.83" +proc-macro2 = "1.0.84" [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = "0.5"