Skip to content

Commit a0302d4

Browse files
Bump hashbrown from 0.9.1 to 0.11.0 (#244)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0851fe0 commit a0302d4

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

Cargo.lock

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate-archive-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
# External
99
arc-swap = "1.2.0"
1010
futures = "0.3"
11-
hashbrown = { version = "0.9", features = ["inline-more"] }
11+
hashbrown = { version = "0.11", features = ["inline-more"] }
1212
log = "0.4"
1313
num_cpus = "1.13"
1414
parking_lot = "0.11"

substrate-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fdlimit = "0.2"
1414
fern = { version = "0.6", features = ["colored"] }
1515
flume = "0.10.2"
1616
futures = "0.3"
17-
hashbrown = { version = "0.9", features = ["inline-more"] }
17+
hashbrown = { version = "0.11", features = ["inline-more"] }
1818
hex = "0.4"
1919
itertools = "0.10"
2020
itoa = "0.4.7"

0 commit comments

Comments
 (0)