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

Bump elf from 0.7.2 to 0.7.3 #409

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Bump elf from 0.7.2 to 0.7.3 #409

merged 1 commit into from
Oct 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps elf from 0.7.2 to 0.7.3.

Release notes

Sourced from elf's releases.

v0.7.3

[0.7.3] - 2023-10-09

New Features

  • Derive Debug on LittleEndian and BigEndian

Misc Improvements

  • Enable #![forbid(unsafe_code)]
  • Enable #![deny(missing_debug_implementations)]
  • Enable #![warn(rust_2018_idioms)]
  • Fix doc comment on file::Class
  • Fix README example so it compiles
Changelog

Sourced from elf's changelog.

[0.7.3] - 2023-10-09

New Features

  • Derive Debug on LittleEndian and BigEndian

Misc Improvements

  • Enable #![forbid(unsafe_code)]
  • Enable #![deny(missing_debug_implementations)]
  • Enable #![warn(rust_2018_idioms)]
  • Fix doc comment on file::Class
  • Fix README example so it compiles
Commits
  • 8eac102 Bump crate version to v0.7.3
  • 8ca5e54 Add #![forbid(unsafe_code)]
  • 912bd24 Remove unnecessary vec![] in a test
  • d493136 Enable #![warn(rust_2018_idioms)]
  • d400742 Turn on #![deny(missing_debug_implementations)]
  • 1095783 Fix doc comment on file::Class
  • a2fa6a1 Derive Debug on LittleEndian and BigEndian
  • 969c184 Replace some range loop expressions in tests with iterators
  • a488df6 Explicitly specify test data literals as hex in note.rs
  • 2ad70e5 Fix up README example so it compiles
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 9, 2023
@demoray
Copy link
Collaborator

demoray commented Oct 10, 2023

@dependabot rebase

Bumps [elf](https://github.com/cole14/rust-elf) from 0.7.2 to 0.7.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/elf-0.7.3 branch from 9f6b1a0 to 8cbef37 Compare October 10, 2023 14:48
@demoray demoray enabled auto-merge (squash) October 10, 2023 14:49
@demoray demoray merged commit 20caacb into main Oct 10, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/elf-0.7.3 branch October 10, 2023 15:09
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant