diff --git a/Cargo.lock b/Cargo.lock index 308b3848c..bb8693770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,9 +187,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "linked_list_allocator" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0b725207570aa16096962d0b20c79f8a543df2280bd3c903022b9b0b4d7ea68" +checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index ec64619db..1c32b7aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ float-cmp = "0.9.0" hmac = { version = "0.11.0", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } libm = "0.2.1" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } nom = { git = "https://github.com/Geal/nom", default-features = false, features = ["alloc"] } object = { version = "0.26.2", default-features = false, features = ["read"] }