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 the rust-dependencies group across 1 directory with 2 updates #303

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps the rust-dependencies group with 2 updates in the / directory: libherokubuildpack and ureq.

Updates libherokubuildpack from 0.26.0 to 0.26.1

Release notes

Sourced from libherokubuildpack's releases.

v0.26.1

Fixed

  • libherokubuildpack:
    • Fixed log_header, log_error and log_warning to correctly reset the ANSI colour styles at the end of each line. (#890)
Changelog

Sourced from libherokubuildpack's changelog.

[0.26.1] - 2024-12-10

Fixed

  • libherokubuildpack:
    • Fixed log_header, log_error and log_warning to correctly reset the ANSI colour styles at the end of each line. (#890)
Commits

Updates ureq from 2.10.1 to 2.12.1

Changelog

Sourced from ureq's changelog.

2.12.1

  • Do not use multi-version deps (>=x.x.x) (#907)

2.12.0

  • Bump MSRV 1.67 -> 1.71 because rustls will soon adopt it (#905)
  • Unpin rustls dep (>=0.23.19) (#905)

2.11.0

  • Fixes for changes to cargo-deny (#882)
  • Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#878)
  • Bump MSRV 1.63 -> 1.67 due to time crate (#878)
  • Re-export rustls (#813)
Commits

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

GUS-W-17403468.

@dependabot dependabot bot requested a review from edmorley as a code owner December 10, 2024 11:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust dependencies skip changelog Skip the check-changelog check labels Dec 10, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-a468e8c7ba branch from f3ffd65 to 739a406 Compare December 10, 2024 11:45
@edmorley
Copy link
Member

@dependabot recreate

Bumps the rust-dependencies group with 2 updates in the / directory: [libherokubuildpack](https://github.com/heroku/libcnb.rs) and [ureq](https://github.com/algesten/ureq).


Updates `libherokubuildpack` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.26.0...v0.26.1)

Updates `ureq` from 2.10.1 to 2.12.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.10.1...2.12.1)

---
updated-dependencies:
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-a468e8c7ba branch from 739a406 to 9e97f5a Compare December 10, 2024 11:59
In the hope it fixes Dependabot being able to update them.
@edmorley edmorley enabled auto-merge (squash) December 10, 2024 12:12
@edmorley edmorley merged commit 9765c19 into main Dec 10, 2024
7 checks passed
@edmorley edmorley deleted the dependabot/cargo/rust-dependencies-a468e8c7ba branch December 10, 2024 12:17
@edmorley edmorley added bug Something isn't working and removed skip changelog Skip the check-changelog check labels Dec 10, 2024
@edmorley edmorley self-assigned this Dec 10, 2024
heroku-linguist bot added a commit that referenced this pull request Dec 13, 2024
## heroku/python

### Fixed

- Fixed colour resetting for build output header, error and warning messages. ([#303](#303) / [heroku/libcnb.rs#890](heroku/libcnb.rs#890))
heroku-linguist bot added a commit that referenced this pull request Dec 13, 2024
## heroku/python

### Fixed

- Fixed colour resetting for build output header, error and warning messages. ([#303](#303) / [heroku/libcnb.rs#890](heroku/libcnb.rs#890))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Dec 13, 2024
## heroku/python

### Fixed

- Fixed colour resetting for build output header, error and warning messages. ([#303](heroku/buildpacks-python#303) / [heroku/libcnb.rs#890](heroku/libcnb.rs#890))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file rust Dependabot PRs that update Rust dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant