Skip to content

Commit 1684bf1

Browse files
build(deps): bump uefi from 0.33.0 to 0.34.1
Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.33.0 to 0.34.1. - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-v0.33.0...uefi-v0.34.1) --- updated-dependencies: - dependency-name: uefi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ba6d4b commit 1684bf1

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

Cargo.lock

Lines changed: 24 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hermit-dtb = { version = "0.1" }
3535
goblin = { version = "0.9", default-features = false, features = ["elf64"] }
3636

3737
[target.'cfg(target_os = "uefi")'.dependencies]
38-
uefi = { version = "0.33", features = ["alloc", "panic_handler", "qemu"] }
38+
uefi = { version = "0.34", features = ["alloc", "panic_handler", "qemu"] }
3939

4040
[target.'cfg(target_arch = "riscv64")'.dependencies]
4141
fdt = "0.1"

0 commit comments

Comments
 (0)