Run cargo update for linked_list_allocator crate

This commit is contained in:
Philipp Oppermann
2021-05-17 11:30:58 +02:00
parent abb90be792
commit b19100a021

4
Cargo.lock generated
View File

@@ -52,9 +52,9 @@ dependencies = [
[[package]] [[package]]
name = "linked_list_allocator" name = "linked_list_allocator"
version = "0.8.6" version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84565678e403453d1a27a0886882b3b271701e65146d972d9d7d9a4c4a0ff498" checksum = "822add9edb1860698b79522510da17bef885171f75aa395cff099d770c609c24"
dependencies = [ dependencies = [
"spinning_top", "spinning_top",
] ]