From 0e12ad9117136f8eecc7a69901ead1dadbccf541 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:36:17 +0000 Subject: [PATCH] Update Rust crate `proc-macro2` to v1.0.103 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cb636d3b09..1747a9d56d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6420,9 +6420,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.101" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index a06827bb0e3..069c0a17644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -195,7 +195,7 @@ postgres-types = { version = "=0.2.11", default-features = f pretty = { version = "=0.12.4", default-features = false } pretty_assertions = { version = "=1.4.1", default-features = false, features = ["alloc"] } proc-macro-error2 = { version = "=2.0.1", default-features = false } -proc-macro2 = { version = "=1.0.101", default-features = false } +proc-macro2 = { version = "=1.0.103", default-features = false } prometheus-client = { version = "=0.24.0", default-features = false } proptest = { version = "=1.7.0", default-features = false, features = ["alloc", "std"] } # `std` or `no_std` are required, `no_std` pulls in `libm` quote = { version = "=1.0.40", default-features = false }