diff --git a/Cargo.lock b/Cargo.lock index 2ca7cc34..60677ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "hermit-loader" -version = "0.5.3" +version = "0.5.4" dependencies = [ "aarch64-cpu", "align-address", @@ -313,9 +313,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "llvm-tools" diff --git a/Cargo.toml b/Cargo.toml index b9ac901a..3474611e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hermit-loader" -version = "0.5.3" +version = "0.5.4" authors = ["Stefan Lankes ", "Colin Finck "] license = "MIT OR Apache-2.0" readme = "README.md"