From 8a3b8a25bf1fee4780a9b208acd3aec0487a3d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:34:47 +0000 Subject: [PATCH] deps(deps): bump profiling-procmacros from 1.0.17 to 1.0.18 Bumps [profiling-procmacros](https://github.com/aclysma/profiling) from 1.0.17 to 1.0.18. - [Changelog](https://github.com/aclysma/profiling/blob/master/CHANGELOG.md) - [Commits](https://github.com/aclysma/profiling/commits) --- updated-dependencies: - dependency-name: profiling-procmacros dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 737b13df..ca39ffa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4316,9 +4316,9 @@ dependencies = [ [[package]] name = "profiling-procmacros" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" +checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" dependencies = [ "quote", "syn 2.0.117",