From 64a2eb5d8ccc68d012f44a12bbc9c93d4c1f46ea Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 17 Feb 2026 23:22:54 +0100 Subject: [PATCH] chore: update syn-match --- Cargo.lock | 4 ++-- ops/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64c392a44..1de6a7ed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2861,9 +2861,9 @@ dependencies = [ [[package]] name = "syn-match" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "783c4140d7ed89f37116e865b49e5a9fdd28608b9071a9dd1e158b50fc0a31fc" +checksum = "54b8f0a9004d6aafa6a588602a1119e6cdaacec9921aa1605383e6e7d6258fd6" dependencies = [ "proc-macro2", "quote", diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 0ac37968b..2d1f097ee 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -22,7 +22,7 @@ stringcase = "0.4.0" strum.workspace = true strum_macros.workspace = true syn.workspace = true -syn-match = "0.3.0" +syn-match = "0.3.1" thiserror.workspace = true [dev-dependencies]