From 94f2eaaa472741ac3ac8334e8cf0e2091eb6d552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:26:25 +0000 Subject: [PATCH] build(deps): bump uefi from 0.29.0 to 0.31.0 Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.29.0 to 0.31.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.31.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 64338793..a02ae585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5556,9 +5556,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8fb42b46b5e5afaa49a237714d3259ccbf740ba68cbf25d715471b15cabe04" +checksum = "920793ff1148ab68a07ab0b2b866870886cd1e5c0b1b94f451d66158d0ff1a77" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -5572,9 +5572,9 @@ dependencies = [ [[package]] name = "uefi-macros" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f345e42323c05e41e29e409505f5f8e0df7b5743340215d60344dbd79b729f4" +checksum = "b0732e421268a2d6d53c95c3c0f4496ccc5c08aa7381458c677153d5d77ce39e" dependencies = [ "proc-macro2", "quote", @@ -5583,9 +5583,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29a70d0f6b34cbeb4e5cd492b442bf9679a838fbb010551c4a3e3b9e25e316a8" +checksum = "7e537b93f83150df09588ca6658e881b2784e8b5f9588f1c7b72a85b72ea71ce" dependencies = [ "bitflags 2.6.0", "ptr_meta", diff --git a/sandpolis-bootagent/Cargo.toml b/sandpolis-bootagent/Cargo.toml index ad498c02..3b983345 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.31.0", features = ["panic_handler"] } smoltcp = { version = "0.11.0", default-features = false, features = ["log", "alloc", "proto-ipv4"] } # ring = "0.17.8"