diff --git a/Cargo.lock b/Cargo.lock index 2a494747..99acb598 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,9 @@ checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565" [[package]] name = "linked_list_allocator" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8da0e6283aace40e4e0395fe5ad7a147fac6ff47bda1f038b5044fb11683c2" +checksum = "e322f259d225fbae43a1b053b2dc6a5968a6bdf8b205f5de684dab485b95030e" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index cb4f7e15..854a7758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ float-cmp = "0.9.0" hmac = { version = "0.12.1", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } libm = "0.2.5" -linked_list_allocator = "0.10.3" +linked_list_allocator = "0.10.4" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.1", default-features = false, features = ["alloc"] } object = { version = "0.29.0", default-features = false, features = ["read"] }