Skip to content

Commit

Permalink
Bump hashbrown from 0.9.1 to 0.11.0 in /programs
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.11.0.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.9.1...v0.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 91ad04e commit 54f3a79
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions programs/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 programs/compositor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
ahash = { version = "0.6.2", default-features = false }
futures = "0.3.13"
hashbrown = { version = "0.9.1", default-features = false }
hashbrown = { version = "0.11.0", default-features = false }
rand = "0.8.3"
redshirt-framebuffer-interface = { path = "../../interfaces/framebuffer" }
redshirt-interface-interface = { path = "../../interfaces/interface" }
Expand Down
2 changes: 1 addition & 1 deletion programs/network-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
fnv = { version = "1.0.7", default-features = false }
futures = "0.3"
hashbrown = { version = "0.9.1", default-features = false }
hashbrown = { version = "0.11.0", default-features = false }
log = "0.4"
parity-scale-codec = "1.3.6"
rand = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion programs/pci-printer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
fnv = { version = "1.0.7", default-features = false }
hashbrown = { version = "0.9.1", default-features = false }
hashbrown = { version = "0.11.0", default-features = false }
lazy_static = "1"
log = "0.4"
redshirt-pci-interface = { path = "../../interfaces/pci" }
Expand Down
2 changes: 1 addition & 1 deletion programs/vga-vbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
derive_more = "0.99.11"
fnv = { version = "1.0.7", default-features = false }
hashbrown = { version = "0.9.1", default-features = false }
hashbrown = { version = "0.11.0", default-features = false }
iced-x86 = { version = "1.10.3", default-features = false, features = ["decoder", "instr_info", "op_code_info", "std"] }
lazy_static = "1"
log = "0.4"
Expand Down

0 comments on commit 54f3a79

Please sign in to comment.