From 536c4b855800f433a239f32dd02b9ca1f8e52035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 23 Feb 2024 19:29:12 +0100 Subject: [PATCH] build(deps): update hermit-entry to 0.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.lock | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4babee5..a48ba311 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,16 +235,6 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "784a4df722dc6267a04af36895398f59d21d07dce47232adf31ec0ff2fa45e67" -[[package]] -name = "goblin" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27c1b4369c2cd341b5de549380158b105a04c331be5db9110eef7b6d2742134" -dependencies = [ - "plain", - "scroll 0.11.0", -] - [[package]] name = "goblin" version = "0.8.0" @@ -252,7 +242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb07a4ffed2093b118a525b1d8f5204ae274faed5604537caf7135d0f18d9887" dependencies = [ "plain", - "scroll 0.12.0", + "scroll", ] [[package]] @@ -279,12 +269,12 @@ checksum = "89e0de208fa9b99664812350b33072d0d9b3a63caaebb03eeb23316eeedfb8d0" [[package]] name = "hermit-entry" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e907e00c48a6a1e1b321654d6cf90d0568ae0e6466646c3da302508cf53dc44e" +checksum = "22ad63cf6566d7a38eba91d21e704730f2c3751c3da2d9c6a71136e00d97097e" dependencies = [ "align-address", - "goblin 0.7.1", + "goblin", "log", "plain", "time", @@ -299,7 +289,7 @@ dependencies = [ "allocator-api2", "exclusive_cell", "fdt", - "goblin 0.8.0", + "goblin", "hermit-dtb", "hermit-entry", "log", @@ -515,12 +505,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scroll" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" - [[package]] name = "scroll" version = "0.12.0"