Skip to content

Commit 6dd74f0

Browse files
Bump the libcnb group with 3 updates (#291)
Bumps the libcnb group with 3 updates: [libcnb](https://github.com/heroku/libcnb.rs), [libherokubuildpack](https://github.com/heroku/libcnb.rs) and [libcnb-test](https://github.com/heroku/libcnb.rs). Updates `libcnb` from 0.25.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.25.0...v0.26.0) Updates `libherokubuildpack` from 0.25.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.25.0...v0.26.0) Updates `libcnb-test` from 0.25.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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: libcnb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libcnb - dependency-name: libherokubuildpack dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libcnb - dependency-name: libcnb-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libcnb ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a98461 commit 6dd74f0

File tree

2 files changed

+52
-32
lines changed

2 files changed

+52
-32
lines changed

Cargo.lock

Lines changed: 49 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ result_large_err = "allow"
2424
indoc = "2"
2525
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
2626
# so it's pinned to an exact version to isolate it from lockfile refreshes.
27-
libcnb = "=0.25.0"
28-
libherokubuildpack = { version = "=0.25.0", default-features = false, features = ["log"] }
27+
libcnb = "=0.26.0"
28+
libherokubuildpack = { version = "=0.26.0", default-features = false, features = ["log"] }
2929
serde = "1"
3030
tar = { version = "0.4", default-features = false }
3131
ureq = { version = "2", default-features = false, features = ["tls"] }
3232
zstd = { version = "0.13", default-features = false }
3333

3434
[dev-dependencies]
35-
libcnb-test = "=0.25.0"
35+
libcnb-test = "=0.26.0"

0 commit comments

Comments
 (0)