Skip to content

Commit faeacd6

Browse files
authored
Merge pull request #22056 from rust-lang/dependabot/cargo/thin-vec-0.2.16
Bump thin-vec from 0.2.14 to 0.2.16
2 parents 6c2b4eb + e01a399 commit faeacd6

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)