Skip to content

Commit d734c4f

Browse files
Dirrekedavidtwco
authored andcommitted
Upgrade hashbrown,gimli and object
1 parent 04d3015 commit d734c4f

File tree

3 files changed

+55
-59
lines changed

3 files changed

+55
-59
lines changed

Cargo.lock

+51-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thorin-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing-tree = "0.1.10"
2424
typed-arena = "2.0.1"
2525

2626
[dependencies.object]
27-
version = "0.31.0"
27+
version = "0.32.0"
2828
default-features = false
2929
features = [ "archive", "read", "write", "compression" ]
3030

thorin/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ edition = "2021"
1313

1414
[dependencies]
1515
tracing = "0.1.29"
16-
hashbrown = "0.12.0"
16+
hashbrown = "0.14.0"
1717

1818
[dependencies.gimli]
19-
version = "0.26.1"
19+
version = "0.28.0"
2020
default-features = false
2121
# `gimli/std` pulls in `fallible-iterator` which we don't use, but can't opt out of, because of
2222
# cargo#8832.
2323
features = [ "read", "write", "std" ]
2424

2525
[dependencies.object]
26-
version = "0.31.0"
26+
version = "0.32.0"
2727
default-features = false
2828
features = [ "archive", "read", "write", "compression" ]
2929

0 commit comments

Comments
 (0)