From 133690e50d52a6d3cbc476a2c539a62874d8b8a4 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 20 May 2024 04:05:11 +0000 Subject: [PATCH] chore(deps): update rust crate proc-macro2 to 1.0.83 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5ec4eb86a..37f7c00aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2455,9 +2455,9 @@ dependencies = [ [[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 679b45d9c3..fdf50085aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ nom-exif = "1.2.0" once_cell = "1.19.0" openssl = "0.10.64" pretty_assertions = "1.4.0" -proc-macro2 = "1.0.82" +proc-macro2 = "1.0.83" quote = "1.0.36" rand = "0.8.5" redis = { version = "0.25.3", default-features = false }