diff --git a/Cargo.lock b/Cargo.lock index cfeb5a27d..d6a6bba91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "bit_field" diff --git a/Cargo.toml b/Cargo.toml index d0872928d..551f7f0a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serial = [] [dependencies] acpi = "4.1.0" aml = "0.16.1" -base64 = { version = "0.13.0", default-features = false } +base64 = { version = "0.13.1", default-features = false } bit_field = "0.10.0" bootloader = { version = "0.9.23", features = ["map_physical_memory"] } hmac = { version = "0.12.1", default-features = false }