From 63e08f9a2c855ab227cbae2fc43c0e55c6933fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:14:42 +0000 Subject: [PATCH] build(deps): bump uefi from 0.29.0 to 0.33.0 Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.29.0 to 0.33.0. - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-v0.29.0...uefi-v0.33.0) --- updated-dependencies: - dependency-name: uefi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ sandpolis-bootagent/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64338793a..4ca99a8d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5556,9 +5556,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.29.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8fb42b46b5e5afaa49a237714d3259ccbf740ba68cbf25d715471b15cabe04" +checksum = "6679b7fc2f6d6d2ea2f67555ef3ed9d71d30c5021faf9193091a5192db7dc468" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -5572,9 +5572,9 @@ dependencies = [ [[package]] name = "uefi-macros" -version = "0.14.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f345e42323c05e41e29e409505f5f8e0df7b5743340215d60344dbd79b729f4" +checksum = "9b24e77d3fc1e617051e630f99da24bcae6328abab37b8f9216bb68d06804f9a" dependencies = [ "proc-macro2", "quote", @@ -5583,9 +5583,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.6.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29a70d0f6b34cbeb4e5cd492b442bf9679a838fbb010551c4a3e3b9e25e316a8" +checksum = "7f6d465de2c918779dafb769a5a4fe8d6e4fb7cc4cc6cb1a735f2f6ec68beea4" dependencies = [ "bitflags 2.6.0", "ptr_meta", diff --git a/sandpolis-bootagent/Cargo.toml b/sandpolis-bootagent/Cargo.toml index ad498c02e..05b53a401 100644 --- a/sandpolis-bootagent/Cargo.toml +++ b/sandpolis-bootagent/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.1" edition = "2021" [dependencies] -uefi = { version = "0.29.0", features = ["panic_handler"] } +uefi = { version = "0.33.0", features = ["panic_handler"] } smoltcp = { version = "0.11.0", default-features = false, features = ["log", "alloc", "proto-ipv4"] } # ring = "0.17.8"