Skip to content

Commit 7ca0eef

Browse files
Bump the rust-dependencies group across 1 directory with 6 updates (#262)
* Bump the rust-dependencies group across 1 directory with 6 updates 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> * Fix compiler error in newer Rust * Update for breaking changes in winnow 0.7 * Standardise Cargo.toml versions * Refresh Cargo.lock * Add changelog entry --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 238f5c6 commit 7ca0eef

File tree

5 files changed

+422
-252
lines changed

5 files changed

+422
-252
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#262](https://github.com/heroku/buildpacks-procfile/pull/262))
13+
1014
## [4.0.0] - 2025-01-21
1115

1216
### Changed

0 commit comments

Comments
 (0)