-
Notifications
You must be signed in to change notification settings - Fork 1
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
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/rust-dependencies-76a0a21dcd
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
skip changelog
labels
Dec 10, 2024
edmorley
reviewed
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"] } |
There was a problem hiding this comment.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 5 updates in the / directory:
0.21.0
0.22.0
0.24.0
0.26.0
2.0.3
2.0.6
2.11.0
2.12.1
0.21.0
0.22.0
Updates
libcnb
from 0.21.0 to 0.22.0Changelog
Sourced from libcnb's changelog.
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)Updates
libherokubuildpack
from 0.24.0 to 0.26.0Release notes
Sourced from libherokubuildpack's releases.
Changelog
Sourced from libherokubuildpack's changelog.
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)Updates
thiserror
from 2.0.3 to 2.0.6Release notes
Sourced from thiserror's releases.
Commits
2075e87
Release 2.0.6e9a9085
Merge pull request #396 from dtolnay/deprecatedfrom6e8c724
Suppress deprecation warning on generated From implscaf585c
Add test of deprecated type in From implf1f159d
Release 2.0.5366a7b2
Merge pull request #395 from dtolnay/fallback88a4603
Move fallback expansion to separate module6712f8c
Merge pull request #394 from dtolnay/deprecated07e7d99
Add "in this derive macro expansion" to missing Display errors714229d
Work around deprecation warning on generated impl for deprecated typeUpdates
ureq
from 2.11.0 to 2.12.1Changelog
Sourced from ureq's changelog.
Commits
ba4555d
2.12.19b12e63
Update changelog25d4420
Do not use multiple version deps8db7f59
Fix PR number in changelog3d6048e
2.12.03e09aea
Fix http crate confusioncd6a084
Github CI only run 1.71dfab260
Update readmeaf2143b
Update changelogfeea74b
Unpin rustls and bump MSRV to 1.71Updates
libcnb-test
from 0.21.0 to 0.22.0Changelog
Sourced from libcnb-test's changelog.
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)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