From 710885247e80a38db866296bb20cc4f4bf7b5f6e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 30 Jun 2025 14:39:45 +0200 Subject: [PATCH] chore(rust): fix lockfile (#9724) It appears that the recent dependabot PRs didn't update the lockfile correctly. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ce039ddc2..215add9a2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1817,7 +1817,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta", - "syn 2.0.103", + "syn 2.0.104", ] [[package]]