Skip to content

Commit da61d2c

Browse files
chore(deps): bump hashbrown from 0.13.2 to 0.14.3
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.3. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.13.2...v0.14.3) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f43d7ce commit da61d2c

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

Cargo.lock

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

bins/revme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.2.0"
1212
[dependencies]
1313
bytes = "1.4"
1414
hash-db = "0.15"
15-
hashbrown = "0.13"
15+
hashbrown = "0.14"
1616
hex = "0.4"
1717
indicatif = "0.17"
1818
plain_hasher = "0.2"

crates/primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "../../README.md"
1111

1212
[dependencies]
1313
bytes = { version = "1.4", default-features = false }
14-
hashbrown = { version = "0.13" }
14+
hashbrown = { version = "0.14" }
1515
hex = { version = "0.4", default-features = false }
1616
primitive-types = { git = "https://github.com/core-coin/core-common.git", default-features = false }
1717
rlp = { git = "https://github.com/core-coin/core-common.git", default-features = false } # used for create2 address calculation

0 commit comments

Comments
 (0)