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 5 updates #318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-dependencies group with 5 updates in the / directory:

Package From To
libcnb 0.21.0 0.22.0
libherokubuildpack 0.24.0 0.26.0
thiserror 2.0.3 2.0.6
ureq 2.11.0 2.12.1
libcnb-test 0.21.0 0.22.0

Updates libcnb from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view

Updates libherokubuildpack from 0.24.0 to 0.26.0

Release notes

Sourced from libherokubuildpack's releases.

v0.26.0

Changed

  • libherokubuildpack:
    • Removed buildpack_output module. This functionality from (#721) was experimental. The API was not stable and it is being removed. A similar API is available at bullet_stream. (#852

v0.25.0

Added

  • libcnb-test:
    • Added ContainerConfig::bind_mount to support mounting a host machine file or directory into a container. (#871)
Changelog

Sourced from libherokubuildpack's changelog.

[0.26.0] - 2024-11-18

Changed

  • libherokubuildpack:
    • Removed buildpack_output module. This functionality from (#721) was experimental. The API was not stable and it is being removed. A similar API is available at bullet_stream. (#852)

[0.25.0] - 2024-10-23

Added

  • libcnb-test:
    • Added ContainerConfig::bind_mount to support mounting a host machine file or directory into a container. (#871)
Commits
  • 5f9f5dd Prepare release v0.26.0 (#878)
  • 06ef0d1 Update thiserror requirement from 1.0.65 to 2.0.3 (#881)
  • c64063c Bump buildpacks/github-actions from 5.7.4 to 5.8.1 (#880)
  • a6ef1b4 Update cyclonedx-bom requirement from 0.7.0 to 0.8.0 (#882)
  • be5e45a Bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#879)
  • 1f83b10 Remove Buildpack Output module (#852)
  • 0243784 Update which requirement from 6.0.3 to 7.0.0 (#875)
  • 92fa62e Update fancy-regex requirement from 0.13.0 to 0.14.0 (#876)
  • 7180324 Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#877)
  • 2a3299c Switch back to the example alpine builder in CI (#668)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.3 to 2.0.6

Release notes

Sourced from thiserror's releases.

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)
Commits
  • 2075e87 Release 2.0.6
  • e9a9085 Merge pull request #396 from dtolnay/deprecatedfrom
  • 6e8c724 Suppress deprecation warning on generated From impls
  • caf585c Add test of deprecated type in From impl
  • f1f159d Release 2.0.5
  • 366a7b2 Merge pull request #395 from dtolnay/fallback
  • 88a4603 Move fallback expansion to separate module
  • 6712f8c Merge pull request #394 from dtolnay/deprecated
  • 07e7d99 Add "in this derive macro expansion" to missing Display errors
  • 714229d Work around deprecation warning on generated impl for deprecated type
  • Additional commits viewable in compare view

Updates ureq from 2.11.0 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)
Commits

Updates libcnb-test from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb-test's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff 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 <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

Bumps the rust-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [libcnb](https://github.com/heroku/libcnb.rs) | `0.21.0` | `0.22.0` |
| [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.24.0` | `0.26.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` |
| [ureq](https://github.com/algesten/ureq) | `2.11.0` | `2.12.1` |
| [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.21.0` | `0.22.0` |



Updates `libcnb` from 0.21.0 to 0.22.0
- [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.21.0...v0.22.0)

Updates `libherokubuildpack` from 0.24.0 to 0.26.0
- [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.24.0...v0.26.0)

Updates `thiserror` from 2.0.3 to 2.0.6
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.6)

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

Updates `libcnb-test` from 0.21.0 to 0.22.0
- [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.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: thiserror
  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
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from joshwlewis as a code owner December 10, 2024 12:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog labels Dec 10, 2024
@@ -12,8 +12,8 @@ hex = "0.4.3"
flate2 = { version = "1", default-features = false, features = ["zlib"] }
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
# so it's pinned to an exact version to isolate it from lockfile refreshes.
libcnb = { version = "=0.21.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["inventory", "log"] }
libcnb = { version = "=0.22.0", features = ["trace"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why Dependabot isn't updating the version here to the latest correctly, sigh

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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant