From 97401020de584ec2230da15b29f1d89bfcd241ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:11:14 +0000 Subject: [PATCH] Bump savvy-bindgen from 0.8.0 to 0.8.1 in /src/rust Bumps [savvy-bindgen](https://github.com/yutannihilation/savvy) from 0.8.0 to 0.8.1. - [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.0...v0.8.1) --- updated-dependencies: - dependency-name: savvy-bindgen 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 0002423..855ee13 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "savvy-bindgen" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35f20136fec51032d5dee6c482075bd442a040a1c30eda6f63ec7da3f8830cbc" +checksum = "c3883b0a9e706be16be0f24036510a7a181d4a093129bc99d0866d5fd08aced4" dependencies = [ "proc-macro2", "quote",