diff --git a/Cargo.lock b/Cargo.lock index 3f50333c..d75816a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,9 +238,9 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libm" -version = "0.2.8" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "linked_list_allocator" diff --git a/Cargo.toml b/Cargo.toml index 9dd49bf0..4418b65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = { version = "0.13.1", default-features = false } bit_field = "0.10.2" bootloader = { version = "0.9.29", features = ["map_physical_memory"] } lazy_static = { version = "1.5.0", features = ["spin_no_std"] } -libm = "0.2.8" +libm = "0.2.11" linked_list_allocator = "0.10.5" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.3", default-features = false, features = ["alloc"] }