Skip to content

Commit

Permalink
build(deps): bump the uefi group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the uefi group with 2 updates: [uefi](https://github.com/rust-osdev/uefi-rs) and [uefi-services](https://github.com/rust-osdev/uefi-rs).


Updates `uefi` from 0.26.0 to 0.27.0
- [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md)
- [Commits](rust-osdev/uefi-rs@uefi-v0.26.0...uefi-v0.27.0)

Updates `uefi-services` from 0.23.0 to 0.24.0
- [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md)
- [Commits](rust-osdev/uefi-rs@uefi-services-v0.23.0...uefi-services-v0.24.0)

---
updated-dependencies:
- dependency-name: uefi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uefi
- dependency-name: uefi-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uefi
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 6369b43 commit cf35df2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ exclusive_cell = "0.1"
spinning_top = "0.3"

[target.'cfg(target_os = "uefi")'.dependencies]
uefi = { version = "0.26", features = ["alloc"] }
uefi-services = { version = "0.23", features = ["qemu"] }
uefi = { version = "0.27", features = ["alloc"] }
uefi-services = { version = "0.24", features = ["qemu"] }
qemu-exit = "3"

[target.'cfg(target_arch = "riscv64")'.dependencies]
Expand Down

0 comments on commit cf35df2

Please sign in to comment.