Skip to content

Commit 47ff9b2

Browse files
build(deps): bump uefi-raw from 0.12.0 to 0.13.0 (#282)
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.12.0 to 0.13.0. - [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-raw-v0.12.0...uefi-raw-v0.13.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db5168f commit 47ff9b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -26,7 +26,7 @@ bitflags = { version = "2.10", default-features = false }
2626
log = { version = "~0.4", default-features = false }
2727
ptr_meta = { version = "~0.3", default-features = false }
2828
thiserror = { version = "2.0", default-features = false }
29-
uefi-raw = { version = "~0.12", default-features = false }
29+
uefi-raw = { version = "~0.13", default-features = false }
3030

3131
# Dependencies for integration tests
3232
anyhow = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)