Skip to content

Commit

Permalink
Bump hashbrown from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.9.1 to 0.10.0.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 18, 2021
1 parent 6cd7896 commit f8e27ff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 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 @@ -47,7 +47,7 @@ error-chain = "0.12"
futures = "0.3.11"
glob = "0.3"
halfbrown = "0.1"
hashbrown = {version = "0.9", features = ["serde"]}
hashbrown = {version = "0.10", features = ["serde"]}
hostname = "0.3"
http-types = "2.9"
indexmap = {version = "1", features = ["serde-1"]}
Expand Down
2 changes: 1 addition & 1 deletion tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "tremor-api"
version = "0.9.3"

[dependencies]
hashbrown = {version = "0.9", features = ["serde"]}
hashbrown = {version = "0.10", features = ["serde"]}
http-types = "2.9"
serde = "1"
serde_derive = "1"
Expand Down

0 comments on commit f8e27ff

Please sign in to comment.