Skip to content

Commit

Permalink
Bump libherokubuildpack from 0.19.0 to 0.21.0 in the libcnb group
Browse files Browse the repository at this point in the history
Bumps the libcnb group with 1 update: [libherokubuildpack](https://github.com/heroku/libcnb.rs).


Updates `libherokubuildpack` from 0.19.0 to 0.21.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.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 62064f9 commit 3b8a55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildpacks/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.19.0", features = ["trace"] }
libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["log"] }
libherokubuildpack = { version = "=0.21.0", default-features = false, features = ["log"] }
semver = "1"
serde = "1"
sha2 = "0.10"
Expand Down

0 comments on commit 3b8a55b

Please sign in to comment.