Skip to content

Commit

Permalink
Upgrade hashbrown, indexmap, and object
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper authored and davidtwco committed Jul 14, 2022
1 parent 7b119ff commit 8ebdfc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion thorin-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing-tree = "0.1.10"
typed-arena = "2.0.1"

[dependencies.object]
version = "0.28.1"
version = "0.29.0"
default-features = false
features = [ "archive", "read", "write", "compression" ]

Expand Down
4 changes: 2 additions & 2 deletions thorin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
tracing = "0.1.29"
hashbrown = "0.11.2"
hashbrown = "0.12.0"

[dependencies.gimli]
version = "0.26.1"
Expand All @@ -23,7 +23,7 @@ default-features = false
features = [ "read", "write", "std" ]

[dependencies.object]
version = "0.28.1"
version = "0.29.0"
default-features = false
features = [ "archive", "read", "write", "compression" ]

Expand Down

0 comments on commit 8ebdfc3

Please sign in to comment.