From 7ffcb6ba0eb31baa9f5f3bebfbdc4ec8e0c35ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:48:37 +0000 Subject: [PATCH] chore(deps): bump thin-vec from 0.2.14 to 0.2.18 Bumps [thin-vec](https://github.com/mozilla/thin-vec) from 0.2.14 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.18 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 db0f6e1..a0956a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,9 +1983,9 @@ dependencies = [ [[package]] name = "thin-vec" -version = "0.2.14" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" +checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482" [[package]] name = "thiserror"