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 debuginfod requirement from 0.1.1 to 0.2.0 #908

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Updates the requirements on debuginfod to permit the latest version.

Release notes

Sourced from debuginfod's releases.

v0.2.0

What's Changed

  • Introduced BuildId enum and adjusted fetch_debug_info methods to work with it
  • Introduced Response type to include additional meta data from Client::fetch_debug_info method

New Contributors

Full Changelog: d-e-s-o/debuginfod@v0.1.1...v0.2.0

Changelog

Sourced from debuginfod's changelog.

0.2.0

  • Introduced BuildId enum and adjusted fetch_debug_info methods to work with it
  • Introduced Response type to include additional meta data from Client::fetch_debug_info method

0.1.1

  • Added CacheClient::from_env constructor
  • Added Debug impl for CachingClient

0.1.0

  • Initial release
Commits
  • 2ab354e Bump version to 0.2.0
  • e0f5b66 Add CHANGELOG for #10
  • 588b78c Fix formatting of URL in Client::fetch_debug_info
  • 5ae672a Bump codecov/codecov-action from 4 to 5
  • fb04a58 feedback
  • 73c5bc4 Add Response struct and return it in Client::fetch_debug_info()
  • 5890b93 Fix formatting of build ID in Client::fetch_debug_info
  • c407209 Update blazesym dev-dependency to 0.2.0-rc.2
  • a1155ae Add test for Display impl of BuildId type
  • 28db490 Move BuildId type into its own module
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [debuginfod](https://github.com/d-e-s-o/debuginfod) to permit the latest version.
- [Release notes](https://github.com/d-e-s-o/debuginfod/releases)
- [Changelog](https://github.com/d-e-s-o/debuginfod/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/debuginfod@v0.1.1...v0.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 15, 2024
Updates the requirements on [debuginfod](https://github.com/d-e-s-o/debuginfod) to permit the latest version.
- [Release notes](https://github.com/d-e-s-o/debuginfod/releases)
- [Changelog](https://github.com/d-e-s-o/debuginfod/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/debuginfod@v0.1.1...v0.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.54%. Comparing base (6309aaa) to head (8baa6c9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #908   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files          57       57           
  Lines       10218    10218           
=======================================
  Hits         9661     9661           
  Misses        557      557           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@danielocfb danielocfb closed this Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@danielocfb danielocfb deleted the dependabot/cargo/debuginfod-0.2.0 branch November 18, 2024 17:33
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.

1 participant