Skip to content

Commit e01a399

Browse files
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](mozilla/thin-vec@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>
1 parent 94c2f68 commit e01a399

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tracing-subscriber = { version = "0.3.20", default-features = false, features =
170170
triomphe = { version = "0.1.14", default-features = false, features = ["std"] }
171171
url = "2.5.4"
172172
xshell = "0.2.7"
173-
thin-vec = "0.2.14"
173+
thin-vec = "0.2.16"
174174
petgraph = { version = "0.8.2", default-features = false }
175175

176176
# We need to freeze the version of the crate, as the raw-api feature is considered unstable

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ hir-expand.workspace = true
5555
base-db.workspace = true
5656
syntax.workspace = true
5757
span.workspace = true
58-
thin-vec = "0.2.14"
58+
thin-vec = "0.2.16"
5959

6060
[dev-dependencies]
6161
expect-test = "1.5.1"

0 commit comments

Comments
 (0)