Bump linked_list_allocator from 0.10.1 to 0.10.2 in /19_kernel_heap

Bumps [linked_list_allocator](https://github.com/phil-opp/linked-list-allocator) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/phil-opp/linked-list-allocator/releases)
- [Changelog](https://github.com/rust-osdev/linked-list-allocator/blob/main/Changelog.md)
- [Commits](https://github.com/phil-opp/linked-list-allocator/compare/v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: linked_list_allocator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/170/head
dependabot[bot] 2 years ago committed by GitHub
parent 08439f33d2
commit da85ede5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,9 @@ dependencies = [
[[package]]
name = "linked_list_allocator"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "636c3bc929db632724303109c88d5d559a2a60f62243bb041387f03fa081d94a"
checksum = "e98908d64cd118e4a3fb26803bd2aef3e7796f1d494517c89b8fea19b92b8c12"
[[package]]
name = "mingo"

@ -18,7 +18,7 @@ test_build = ["qemu-exit"]
[dependencies]
test-types = { path = "../libraries/test-types" }
debug-symbol-types = { path = "../libraries/debug-symbol-types" }
linked_list_allocator = { version = "0.10.x", default-features = false, features = ["const_mut_refs"] }
linked_list_allocator = { version = "0.10.2", default-features = false, features = ["const_mut_refs"] }
# Optional dependencies
tock-registers = { version = "0.7.x", default-features = false, features = ["register_types"], optional = true }

Loading…
Cancel
Save