Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f3d355b

Browse files
Bump hashbrown from 0.12.3 to 0.13.2
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.3 to 0.13.2. - [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.12.3...v0.13.2) --- 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 03ea99e commit f3d355b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

primitives/trie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ harness = false
2020
[dependencies]
2121
ahash = { version = "0.8.2", optional = true }
2222
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
23-
hashbrown = { version = "0.12.3", optional = true }
23+
hashbrown = { version = "0.13.2", optional = true }
2424
hash-db = { version = "0.16.0", default-features = false }
2525
lazy_static = { version = "1.4.0", optional = true }
2626
memory-db = { version = "0.32.0", default-features = false }

0 commit comments

Comments
 (0)