Skip to content

Commit

Permalink
Bump bootloader from 0.9.19 to 0.9.20
Browse files Browse the repository at this point in the history
Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.19 to 0.9.20.
- [Release notes](https://github.com/rust-osdev/bootloader/releases)
- [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.20/Changelog.md)
- [Commits](rust-osdev/bootloader@v0.9.19...v0.9.20)

---
updated-dependencies:
- dependency-name: bootloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2021
1 parent 20a4bd3 commit 020e959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ acpi = "4.1.0"
aml = "0.16.0"
base64 = { version = "0.13.0", default-features = false }
bit_field = "0.10.0"
bootloader = { version = "0.9.19", features = ["map_physical_memory"] }
bootloader = { version = "0.9.20", features = ["map_physical_memory"] }
float-cmp = "0.9.0"
hmac = { version = "0.11.0", default-features = false }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
Expand Down

0 comments on commit 020e959

Please sign in to comment.