Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Bump hashbrown from 0.9.1 to 0.11.0 #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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