Skip to content

Commit

Permalink
Upgrade hashbrown,gimli and object
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored and davidtwco committed Aug 14, 2023
1 parent 04d3015 commit d734c4f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 59 deletions.
106 changes: 51 additions & 55 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.31.0"
version = "0.32.0"
default-features = false
features = [ "archive", "read", "write", "compression" ]

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

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

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

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

Expand Down

0 comments on commit d734c4f

Please sign in to comment.