diff --git a/Cargo.lock b/Cargo.lock index c8ace246..5e086a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,16 +366,6 @@ dependencies = [ "wasi", ] -[[package]] -name = "goblin" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745" -dependencies = [ - "plain", - "scroll 0.12.0", -] - [[package]] name = "goblin" version = "0.10.0" @@ -383,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e961b33649994dcf69303af6b3a332c1228549e604d455d61ec5d2ab5e68d3a" dependencies = [ "plain", - "scroll 0.13.0", + "scroll", ] [[package]] @@ -404,13 +394,13 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-entry" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c92a8deb1f5da66f858a5e86cf441575cd6ebdc60d41a6be232f0f9c8e18cecc" +checksum = "ffd845a872f190642dcc1996f799377020403f70c3b92b8735005a658223cfdd" dependencies = [ "align-address", "const_parse", - "goblin 0.9.3", + "goblin", "log", "plain", "time", @@ -427,7 +417,7 @@ dependencies = [ "cfg-if", "enum_dispatch", "fdt", - "goblin 0.10.0", + "goblin", "hermit-entry", "log", "multiboot", @@ -824,12 +814,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scroll" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" - [[package]] name = "scroll" version = "0.13.0"