From 04bf75af0e08c256a018c0808c334db2b9956ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:18:15 +0000 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.82 to 1.0.83 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.83) --- 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 e63939c..f9ab1a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 47472b7..4caa081 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.82" +proc-macro2 = "1.0.83" [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = "0.5"