From b4cc5632a9827b1e5a9f863ab0db470aa2c3f914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:27:25 +0000 Subject: [PATCH] build(deps): bump thin-vec in /tools/split_ffi_entry_points Bumps [thin-vec](https://github.com/mozilla/thin-vec) from 0.2.14 to 0.2.16. - [Changelog](https://github.com/mozilla/thin-vec/blob/main/RELEASES.md) - [Commits](https://github.com/mozilla/thin-vec/compare/v0.2.14...v0.2.16) --- updated-dependencies: - dependency-name: thin-vec dependency-version: 0.2.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tools/split_ffi_entry_points/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/split_ffi_entry_points/Cargo.lock b/tools/split_ffi_entry_points/Cargo.lock index d2ccfde983..88ed1a2f3c 100644 --- a/tools/split_ffi_entry_points/Cargo.lock +++ b/tools/split_ffi_entry_points/Cargo.lock @@ -1801,9 +1801,9 @@ checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" [[package]] name = "thin-vec" -version = "0.2.14" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" +checksum = "259cdf8ed4e4aca6f1e9d011e10bd53f524a2d0637d7b28450f6c64ac298c4c6" [[package]] name = "thiserror"