Bump thin-vec from 0.2.14 to 0.2.16

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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-15 19:26:41 +00:00
committed by GitHub
parent 9bf0d062c6
commit e933b8d123
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2824,9 +2824,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"
+1 -1
View File
@@ -170,7 +170,7 @@ tracing-subscriber = { version = "0.3.20", default-features = false, features =
triomphe = { version = "0.1.14", default-features = false, features = ["std"] }
url = "2.5.4"
xshell = "0.2.7"
thin-vec = "0.2.14"
thin-vec = "0.2.16"
petgraph = { version = "0.8.2", default-features = false }
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
@@ -55,7 +55,7 @@ hir-expand.workspace = true
base-db.workspace = true
syntax.workspace = true
span.workspace = true
thin-vec = "0.2.14"
thin-vec = "0.2.16"
[dev-dependencies]
expect-test = "1.5.1"