Skip to content

Commit

Permalink
chore(deps): Bump hashbrown from 0.13.2 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.0.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.13.2...v0.14.0)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent 657758d commit 7535d47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ governor = { version = "0.5.1", default-features = false, features = ["dashmap",
grok = { version = "2.0.0", default-features = false, optional = true }
h2 = { version = "0.3.19", default-features = false, optional = true }
hash_hasher = { version = "2.0.0", default-features = false }
hashbrown = { version = "0.13.2", default-features = false, optional = true, features = ["ahash"] }
hashbrown = { version = "0.14.0", default-features = false, optional = true, features = ["ahash"] }
headers = { version = "0.3.8", default-features = false }
hostname = { version = "0.3.1", default-features = false }
http = { version = "0.2.9", default-features = false }
Expand Down

0 comments on commit 7535d47

Please sign in to comment.