Skip to content

Commit

Permalink
Bump hashbrown from 0.12.3 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.12.3 to 0.14.0.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.12.3...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] committed Jun 14, 2023
1 parent a1b2b13 commit 56b69e5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
35 changes: 31 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console = { version = "0.15.7" }
either = { version = "1.8.1" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-sink = { version = "0.3.28", default-features = false, features = ["std"] }
hashbrown = { version = "0.12.3", features = ["raw"] }
hashbrown = { version = "0.14.0", features = ["raw"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
log = { version = "0.4.19", default-features = false, features = ["std"] }
memchr = { version = "2.5.0", features = ["use_std"] }
Expand All @@ -39,7 +39,7 @@ uuid = { version = "1.3.4", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0.79", default-features = false, features = ["parallel"] }
hashbrown = { version = "0.12.3", features = ["raw"] }
hashbrown = { version = "0.14.0", features = ["raw"] }
memchr = { version = "2.5.0", features = ["use_std"] }
proc-macro2 = { version = "1.0.60" }
quote = { version = "1.0.28" }
Expand Down

0 comments on commit 56b69e5

Please sign in to comment.