mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 01:28:07 +00:00
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:
Generated
+1
-1
@@ -10673,7 +10673,7 @@ dependencies = [
|
||||
"array-bytes",
|
||||
"criterion",
|
||||
"hash-db",
|
||||
"hashbrown 0.12.3",
|
||||
"hashbrown 0.13.2",
|
||||
"lazy_static",
|
||||
"memory-db",
|
||||
"nohash-hasher",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user