Skip to content

Commit c267085

Browse files
Bump the rust-dependencies group with 5 updates (#266)
* Bump the rust-dependencies group with 5 updates Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` | | [libcnb](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` | | [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.3` | `0.7.4` | | [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` | Updates `indoc` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.5...2.0.6) Updates `libcnb` from 0.27.0 to 0.28.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.27.0...v0.28.0) Updates `libherokubuildpack` from 0.27.0 to 0.28.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.27.0...v0.28.0) Updates `winnow` from 0.7.3 to 0.7.4 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.3...v0.7.4) Updates `libcnb-test` from 0.27.0 to 0.28.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.27.0...v0.28.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch 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-patch 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]> * Refresh lockfile * Add changelog entry --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent 3e090a6 commit c267085

File tree

3 files changed

+257
-102
lines changed

3 files changed

+257
-102
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.28.0, which includes the switch to the `tracing` crate for OpenTelemetry. ([#266](https://github.com/heroku/buildpacks-procfile/pull/266))
13+
1014
## [4.1.0] - 2025-02-27
1115

1216
### Changed

0 commit comments

Comments
 (0)