Update hashbrown requirement from 0.12.3 to 0.13.1 (#2)

Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
- [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.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Rogowski <piotr.rogowski0@gmail.com>
This commit is contained in:
dependabot[bot] 2022-11-10 12:22:54 +01:00 committed by GitHub
parent ab61a540a4
commit 9341766ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ debug = false
[dependencies]
clap = { version = "4.0.18", features = ["derive"] }
hashbrown = "0.12.3"
hashbrown = "0.13.1"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
csv = "1.1.6"