Bump hashbrown from 0.12.3 to 0.13.2 (#13570)

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](https://github.com/rust-lang/hashbrown/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-20 12:27:43 +00:00
committed by GitHub
parent 5d81f23f8f
commit 1dd0dfb319
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10673,7 +10673,7 @@ dependencies = [
"array-bytes",
"criterion",
"hash-db",
"hashbrown 0.12.3",
"hashbrown 0.13.2",
"lazy_static",
"memory-db",
"nohash-hasher",
+1 -1
View File
@@ -20,7 +20,7 @@ harness = false
[dependencies]
ahash = { version = "0.8.2", optional = true }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
hashbrown = { version = "0.12.3", optional = true }
hashbrown = { version = "0.13.2", optional = true }
hash-db = { version = "0.16.0", default-features = false }
lazy_static = { version = "1.4.0", optional = true }
memory-db = { version = "0.32.0", default-features = false }