From a952c2f2ee3e5fce5f792c6a27f934472c32192d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:52:37 +0000 Subject: [PATCH] Bump thin-vec from 0.2.15 to 0.2.18 Bumps [thin-vec](https://github.com/mozilla/thin-vec) from 0.2.15 to 0.2.18. - [Changelog](https://github.com/mozilla/thin-vec/blob/main/RELEASES.md) - [Commits](https://github.com/mozilla/thin-vec/commits) --- updated-dependencies: - dependency-name: thin-vec dependency-version: 0.2.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3586fbd..cfc56c5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6594,9 +6594,9 @@ dependencies = [ [[package]] name = "thin-vec" -version = "0.2.15" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da322882471314edc77fa5232c587bcb87c9df52bfd0d7d4826f8868ead61899" +checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482" dependencies = [ "serde", ]