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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 7a1328c commit b09f067
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ backtrace = { version = "0.3", optional = true }
cfg-if = "1.0"
chrono = { version = "0.4", optional = true }
displaydoc = { version = "0.2", default-features = false }
hashbrown = { version = "0.13.2", default-features = false, features = ["serde", "nightly"] }
hashbrown = { version = "0.14.0", default-features = false, features = ["serde", "nightly"] }
hex = { version = "0.4", default-features = false }
hex_fmt = "0.3"
hostname = { version = "0.3.1", optional = true }
Expand Down

0 comments on commit b09f067

Please sign in to comment.