From 685ebb3e14871931c7dc207dcad6e453ea8818aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 00:55:05 +0000 Subject: [PATCH] Bump savvy-ffi from 0.8.10 to 0.8.12 in /src/rust Bumps [savvy-ffi](https://github.com/yutannihilation/savvy) from 0.8.10 to 0.8.12. - [Release notes](https://github.com/yutannihilation/savvy/releases) - [Changelog](https://github.com/yutannihilation/savvy/blob/main/CHANGELOG.md) - [Commits](https://github.com/yutannihilation/savvy/compare/v0.8.10...v0.8.12) --- updated-dependencies: - dependency-name: savvy-ffi dependency-version: 0.8.12 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index bebecf4..f1dd002 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "savvy-ffi" -version = "0.8.10" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c32b3e7d6ef893fd9b105f6a916a2afd4654b8a41322263db4bf508e252554" +checksum = "4d8226862dde6e9b0a2bf1c53cdb890a0efb1fc0f7e3e94937ed67fcac9ffae1" [[package]] name = "savvy-macro"