Skip to content

Commit

Permalink
Bump hashbrown from 0.6.3 to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 9, 2021
1 parent 264b366 commit 369fb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ loggers = [
cfg-if = "0.1"
mc-crypto-digestible = { path = "../crypto/digestible" }
failure = { version = "0.1.8", default-features = false, features = ["derive"] }
hashbrown = { version = "0.6", default-features = false, features = ["serde", "nightly"] }
hashbrown = { version = "0.9", default-features = false, features = ["serde", "nightly"] }
mc-crypto-keys = { path = "../crypto/keys", default-features = false }
mc-crypto-rand = { path = "../crypto/rand" }
# Note: mc-util-serial is an unused dependency, but anywhere we forward serde/std, we need to get rmp-serde/std also, or the build breaks.
Expand Down

0 comments on commit 369fb50

Please sign in to comment.