Skip to content

Commit

Permalink
Bump hashbrown from 0.9.1 to 0.11.0 (#244)
Browse files Browse the repository at this point in the history
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.9.1...v0.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 0851fe0 commit a0302d4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
36 changes: 28 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 substrate-archive-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# External
arc-swap = "1.2.0"
futures = "0.3"
hashbrown = { version = "0.9", features = ["inline-more"] }
hashbrown = { version = "0.11", features = ["inline-more"] }
log = "0.4"
num_cpus = "1.13"
parking_lot = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion substrate-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fdlimit = "0.2"
fern = { version = "0.6", features = ["colored"] }
flume = "0.10.2"
futures = "0.3"
hashbrown = { version = "0.9", features = ["inline-more"] }
hashbrown = { version = "0.11", features = ["inline-more"] }
hex = "0.4"
itertools = "0.10"
itoa = "0.4.7"
Expand Down

0 comments on commit a0302d4

Please sign in to comment.