Skip to content

Commit

Permalink
chore(deps): bump elf from 0.7.2 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [elf](https://github.com/cole14/rust-elf) from 0.7.2 to 0.7.4.
- [Release notes](https://github.com/cole14/rust-elf/releases)
- [Changelog](https://github.com/cole14/rust-elf/blob/master/CHANGELOG.md)
- [Commits](cole14/rust-elf@v0.7.2...v0.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent ae8fc93 commit 90f6e4c
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 oro-boot-limine-x64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.9.8"
limine = "0.1.11"
uart_16550 = "0.2.18"
elf = { version = "0.7.2", default-features = false }
elf = { version = "0.7.4", default-features = false }

[target.'cfg(target_arch="x86_64")'.dependencies]
x86_64 = "0.14.10"

0 comments on commit 90f6e4c

Please sign in to comment.