From a2b3f743f80f52d15ee0f6c6e03d60e98336ad1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:16:24 +0000 Subject: [PATCH] Bump savvy-ffi from 0.8.10 to 0.8.14 in /src/rust Bumps [savvy-ffi](https://github.com/yutannihilation/savvy) from 0.8.10 to 0.8.14. - [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.14) --- updated-dependencies: - dependency-name: savvy-ffi dependency-version: 0.8.14 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..b66952e 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.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c32b3e7d6ef893fd9b105f6a916a2afd4654b8a41322263db4bf508e252554" +checksum = "3f1b0aeb4e546325c4c207d736d95952f8c589b85d2bf80dfc429a1975a17c74" [[package]] name = "savvy-macro"