Skip to content

Commit

Permalink
Update align-address requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [align-address](https://github.com/mkroening/align-address) to permit the latest version.
- [Release notes](https://github.com/mkroening/align-address/releases)
- [Commits](mkroening/align-address@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: align-address
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 7f873ac commit bb6d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targets = [
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
align-address = "0.2"
align-address = "0.3"
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
log = { version = "0.4", optional = true }
plain = { version = "0.2", optional = true }
Expand Down

0 comments on commit bb6d463

Please sign in to comment.