Skip to content

Commit

Permalink
Update logos requirement from 0.12 to 0.13 in /kernel
Browse files Browse the repository at this point in the history
Updates the requirements on [logos](https://github.com/maciejhirsz/logos) to permit the latest version.
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Commits](maciejhirsz/logos@v0.12.0...v0.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2023
1 parent 258708f commit 0bc6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ log = "0.4"
displaydoc = { version = "0.2", default-features = false }
lazy_static = { version = "1.4", features = ["spin_no_std"] }
once_cell = { version = "1.12.0", features = [ "alloc" ], default-features = false }
logos = { version = "0.12", default-features = false, features = ["export_derive"] }
logos = { version = "0.13", default-features = false, features = ["export_derive"] }
hashbrown = { version = "0.11", features = [ "nightly" ] }
cstr_core = { version = "0.2.3", default-features = false }
uefi = "0.15"
Expand Down

0 comments on commit 0bc6e7e

Please sign in to comment.