Skip to content

Commit 8ebdfc3

Browse files
cuviperdavidtwco
authored andcommitted
Upgrade hashbrown, indexmap, and object
1 parent 7b119ff commit 8ebdfc3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

thorin-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.28.1"
27+
version = "0.29.0"
2828
default-features = false
2929
features = [ "archive", "read", "write", "compression" ]
3030

thorin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313

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

1818
[dependencies.gimli]
1919
version = "0.26.1"
@@ -23,7 +23,7 @@ default-features = false
2323
features = [ "read", "write", "std" ]
2424

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

0 commit comments

Comments
 (0)