1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-24 09:57:05 +00:00

Bump linked_list_allocator from 0.9.0 to 0.9.1 (#256)

This commit is contained in:
dependabot[bot] 2021-11-01 11:25:33 +00:00 committed by GitHub
parent 8457c0fc53
commit 39f91617a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"] }