From 820c32a98072a68a55e863e4490b56b4c6555698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:25:42 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.3.0 to 0.5.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.3.0 to 0.5.0. - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-raw-v0.3.0...uefi-raw-v0.5.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- multiboot2/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 760ec244..11ae7f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62642516099c6441a5f41b0da8486d5fc3515a0603b0fdaea67b31600e22082e" +checksum = "864ac69eadd877bfb34e7814be1928122ed0057d9f975169a56ee496aa7bdfd7" dependencies = [ "bitflags", "ptr_meta", @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "uguid" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16dfbd255defbd727b3a30e8950695d2e6d045841ee250ff0f1f7ced17917f8d" +checksum = "1ef516f0806c5f61da6aa95125d0eb2d91cc95b2df426c06bde8be657282aee5" [[package]] name = "unicode-ident" diff --git a/multiboot2/Cargo.toml b/multiboot2/Cargo.toml index 3a31f84b..c8d1f1ed 100644 --- a/multiboot2/Cargo.toml +++ b/multiboot2/Cargo.toml @@ -45,7 +45,7 @@ bitflags.workspace = true derive_more.workspace = true log.workspace = true -uefi-raw = { version = "0.3", default-features = false } +uefi-raw = { version = "0.5", default-features = false } ptr_meta = { version = "0.2", default-features = false } [package.metadata.docs.rs]