Skip to content

Commit

Permalink
Bump hashbrown from 0.5.0 to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored May 30, 2020
1 parent 4e0abd8 commit c540f4c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ version = "1.3.1"

[dependencies.hashbrown]
features = ["nightly"]
version = "0.5.0"
version = "0.6.3"
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.6.10"

[dependencies.hashbrown]
features = ["nightly"]
version = "0.5.0"
version = "0.6.3"

[dependencies.lazy_static]
features = ["spin_no_std"]
Expand Down
2 changes: 1 addition & 1 deletion libuser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version = "0.4.10"

[dependencies.hashbrown]
default-features = false
version = "0.5.0"
version = "0.6.3"
features = ["nightly"]

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4"

[dependencies.hashbrown]
features = ["nightly"]
version = "0.5.0"
version = "0.6.3"

[dependencies.lazy_static]
features = ["spin_no_std"]
Expand Down
2 changes: 1 addition & 1 deletion vi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bit_field = "0.10"

[dependencies.hashbrown]
features = ["nightly"]
version = "0.5.0"
version = "0.6.3"

[dependencies.lazy_static]
features = ["spin_no_std"]
Expand Down

0 comments on commit c540f4c

Please sign in to comment.