Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
- `orbclient`: 0.3.43 -> 0.3.46
- `redox_dmi`: 0.1.5 -> 0.1.6
- `system76_ecflash`: system76/ecflash@2b94b81b97 -> 0.1.3
- `system76_ectool`: system76/ec@930f16b230 -> system76/ec@166e03972b

Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd authored and jackpot51 committed Oct 8, 2023
1 parent 8d43cab commit 794dbd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 152 deletions.
159 changes: 11 additions & 148 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ lto = true
[dependencies]
coreboot-fs = "0.1.1"
intel-spi = "0.1.5"
orbclient = { version = "0.3.42", default-features = false, features = ["unifont"] }
orbclient = { version = "0.3.46", default-features = false, features = ["unifont"] }
plain = "0.2.3"
redox_dmi = "0.1.5"
redox_dmi = "0.1.6"
redox_hwio = { version = "0.1.6", default-features = false }
redox_intelflash = "0.1.3"
redox_uefi_std = "0.1.9"
system76_ecflash = { git = "https://github.com/system76/ecflash.git" }
redox_uefi_std = "0.1.10"
system76_ecflash = "0.1.3"

[dependencies.system76_ectool]
git = "https://github.com/system76/ec.git"
Expand Down

0 comments on commit 794dbd5

Please sign in to comment.