diff --git a/Cargo.lock b/Cargo.lock index e761787..763c720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,9 +30,9 @@ dependencies = [ [[package]] name = "unwinding" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f06a05848f650946acef3bf525fe96612226b61f74ae23ffa4e98bfbb8ab3c" +checksum = "8393f2782b6060a807337ff353780c1ca15206f9ba2424df18cb6e733bd7b345" dependencies = [ "gimli", ] diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 02287b8..a2b4c23 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -20,4 +20,4 @@ elf = { version = "0.7", default-features = false } gimli = { version = "0.31", default-features = false, features = ["read"] } [target.'cfg(not(miri))'.dev-dependencies] -unwinding = { version = "0.2.5", default-features = false, features = ["fde-static", "panic", "personality", "unwinder"] } +unwinding = { version = "0.2.6", default-features = false, features = ["fde-static", "panic", "personality", "unwinder"] }