Rollup merge of #155003 - malezjaa:update-thinvec, r=davidtwco

update thin-vec

With thin-vec v0.2.15 released, copy-pasted implementation of ExtractIf can be removed.
This commit is contained in:
Jonathan Brouwer
2026-04-13 14:02:35 +02:00
committed by GitHub
21 changed files with 43 additions and 132 deletions
+2 -2
View File
@@ -5540,9 +5540,9 @@ dependencies = [
[[package]]
name = "thin-vec"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
checksum = "da322882471314edc77fa5232c587bcb87c9df52bfd0d7d4826f8868ead61899"
[[package]]
name = "thiserror"