Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bootloader requirement from 0.9.18 to 0.10.13 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Updates the requirements on bootloader to permit the latest version.

Changelog

Sourced from bootloader's changelog.

0.9.23 – 2022-09-25

  • Fix boot for machines that report memory regions at high physical addresses (see #259)
    • Allow allocating more than one level 4 entry (#264)

0.9.22 – 2022-03-01

  • Remove the asm and global_asm features, which are now stable (#227)

0.9.21 – 2022-01-09

  • Use new inline assembly syntax (#204)

0.9.20 – 2021-12-20

  • Update x86_64 dependency to v0.14.7 to fix nightly breakage (#208)

0.9.19 – 2021-08-09

  • Set relocation-model: static and panic-strategy: abort and fix .intel_syntax warnings #185
    • Fixes warnings on the latest Rust nightlies.
    • This effectively changes the relocation-model and panic-strategy. Please report if you encounter any issues because of this.

0.9.18 – 2021-05-20

  • Fix nightly regression by manually passing --gc-sections (#168)

0.9.17 – 2021-04-30

  • Reduce the number of used unstable features of x86_64 crate (backport #155)

0.9.16 – 2021-03-07

Replace all remaining leas with mov + offset (#140)

0.9.15 – 2021-03-07

  • Fix linker errors on latest nightlies (#139)

0.9.14 – 2021-02-24

  • Fix "panic message is not a string literal" warning (#138)

0.9.13 – 2021-02-24

(accidental release)

0.9.12 – 2021-02-02

  • Fix build on latest nightly by updating x86_64 to v0.13.2 (#135)

... (truncated)

Commits
  • 38c11a6 Release version 0.9.23
  • 852e1db Update changelog for #259
  • 866984b Merge pull request #264 from Freax13/fix-large-phys-mem-mapping-2
  • 2cbf551 Merge branch 'v0.9-base' into fix-large-phys-mem-mapping-2
  • 3ed1e84 Merge pull request #266 from rust-osdev/v0.9-ci-windows
  • 7787567 Use choco instead of scoop for installing QEMU on Windows
  • 48716f8 allow allocating more than one level 4 entry
  • 42da77b Release version 0.9.22
  • e4590b8 Update cargo-release configuration to latest version
  • 68ed739 Update changelog for #227
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/bootloader-0.10.13 branch from e12839a to 719ef98 Compare October 24, 2022 22:33
@dependabot dependabot bot force-pushed the dependabot/cargo/bootloader-0.10.13 branch 2 times, most recently from bd5de71 to b11cba6 Compare March 18, 2023 15:30
Updates the requirements on [bootloader](https://github.com/rust-osdev/bootloader) to permit the latest version.
- [Release notes](https://github.com/rust-osdev/bootloader/releases)
- [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.23/Changelog.md)
- [Commits](rust-osdev/bootloader@v0.9.18...v0.9.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bootloader-0.10.13 branch from b11cba6 to f3f6141 Compare March 18, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants