-
Notifications
You must be signed in to change notification settings - Fork 7
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 6 updates #262
Conversation
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bullet_stream](https://github.com/schneems/bullet_stream) | `0.3.0` | `0.7.0` | | [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` | | [libcnb](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` | | [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.22` | `0.7.3` | | [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` | Updates `bullet_stream` from 0.3.0 to 0.7.0 - [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md) - [Commits](https://github.com/schneems/bullet_stream/commits/v0.7.0) Updates `fs-err` from 3.0.0 to 3.1.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@3.0.0...3.1.0) Updates `libcnb` from 0.26.1 to 0.27.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.26.1...v0.27.0) Updates `libherokubuildpack` from 0.26.1 to 0.27.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.26.1...v0.27.0) Updates `winnow` from 0.6.22 to 0.7.3 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.22...v0.7.3) Updates `libcnb-test` from 0.26.1 to 0.27.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.26.1...v0.27.0) --- updated-dependencies: - dependency-name: bullet_stream dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-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: winnow 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] <support@github.com>
Hmm the new winnow 0.7 release contains a bunch of breaking changes that result in compiler errors. Whilst I've been able to work through them using the documented migration process, I'm already feeling like we've overcomplicated this buildpack a bit with the introduction of a parser (given that the https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md#070---2025-01-30 |
## heroku/procfile ### Changed - Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#262](heroku/buildpacks-procfile#262))
Bumps the rust-dependencies group with 6 updates in the / directory:
0.3.0
0.7.0
3.0.0
3.1.0
0.26.1
0.27.0
0.26.1
0.27.0
0.6.22
0.7.3
0.26.1
0.27.0
Updates
bullet_stream
from 0.3.0 to 0.7.0Changelog
Sourced from bullet_stream's changelog.
Commits
Updates
fs-err
from 3.0.0 to 3.1.0Changelog
Sourced from fs-err's changelog.
Commits
6155620
chore: Release fs-err version 3.1.094406b8
Update CHANGELOG5ba87e1
Add missing File / OpenOptions constructors (#69)Updates
libcnb
from 0.26.1 to 0.27.0Changelog
Sourced from libcnb's changelog.
Commits
0938dc5
Prepare release v0.27.0 (#914)254cbae
Export TraceData wrapped ResourceSpans (#916)108faf1
Update workspace resolver version to 3 (#915)59d08c9
Update to Rust 2024 edition (#913)4787510
Update petgraph requirement from 0.6.5 to 0.7.1 (#903)012e6b6
Custom OTLP File Exporter + opentelemetry updates (#909)693a064
Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)d6f57e5
Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)c1cb55f
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)215136c
Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)Updates
libherokubuildpack
from 0.26.1 to 0.27.0Release notes
Sourced from libherokubuildpack's releases.
Changelog
Sourced from libherokubuildpack's changelog.
Commits
0938dc5
Prepare release v0.27.0 (#914)254cbae
Export TraceData wrapped ResourceSpans (#916)108faf1
Update workspace resolver version to 3 (#915)59d08c9
Update to Rust 2024 edition (#913)4787510
Update petgraph requirement from 0.6.5 to 0.7.1 (#903)012e6b6
Custom OTLP File Exporter + opentelemetry updates (#909)693a064
Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)d6f57e5
Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)c1cb55f
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)215136c
Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)Updates
winnow
from 0.6.22 to 0.7.3Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
d6e7bbb
chore: Release3bc0877
docs: Update changelog2942161
Merge pull request #747 from epage/span882f82f
feat(error): Provide ParseError::char_span720fae1
Merge pull request #746 from epage/adapt4f43ff5
docs(ref): Link ContextError to tutorial2e94c45
docs(ascii): Clarify till_line_ending's behavior382f25a
Merge pull request #743 from decathorpe/main1c46d3b
tests: update snapbox fixtures for should-panic-in-debug tests78e01a7
chore: ReleaseUpdates
libcnb-test
from 0.26.1 to 0.27.0Changelog
Sourced from libcnb-test's changelog.
Commits
0938dc5
Prepare release v0.27.0 (#914)254cbae
Export TraceData wrapped ResourceSpans (#916)108faf1
Update workspace resolver version to 3 (#915)59d08c9
Update to Rust 2024 edition (#913)4787510
Update petgraph requirement from 0.6.5 to 0.7.1 (#903)012e6b6
Custom OTLP File Exporter + opentelemetry updates (#909)693a064
Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)d6f57e5
Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)c1cb55f
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)215136c
Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)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