From 6071e9156fb2fdab53aa44e15a0809cd097a1c53 Mon Sep 17 00:00:00 2001 From: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev> Date: Sun, 2 Jun 2024 04:06:29 +0000 Subject: [PATCH] chore(deps): update rust crate proc-macro2 to 1.0.85 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9fd77dcab..add1b1c0dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,9 +2291,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index bb88b823ac..a75cfc0190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ nom-exif = { version = "1.2.0", default-features = false } once_cell = { version = "1.19.0", default-features = false } openssl = "0.10.64" pretty_assertions = { version = "1.4.0", default-features = false } -proc-macro2 = { version = "1.0.84", default-features = false } +proc-macro2 = { version = "1.0.85", default-features = false } quote = { version = "1.0.36", default-features = false } rand = { version = "0.8.5", default-features = false } redis = { version = "0.25.4", default-features = false }