diff --git a/Cargo.lock b/Cargo.lock index 5f6f248..edbb2be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "acpi" @@ -31,9 +31,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "async-channel" diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 7e07c4f..c9f6d78 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -24,5 +24,5 @@ futures-core = { version = "0.3.28", default-features = false, features = ["allo futures-util = { version = "0.3.28", default-features = false, features = ["alloc"] } hashbrown = "0.14.0" tinypci = { path = "../tinypci" } -anyhow = { version = "1.0.75", default-features = false, features = [] } +anyhow = { version = "1.0.102", default-features = false, features = [] } cmos-rtc = "0.1.2"