Skip to content

Commit

Permalink
Bump the libcnb group with 1 update
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.17.0 to 0.19.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.17.0...v0.19.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 Mar 1, 2024
1 parent dc12cdd commit 7060cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,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.17.0", features = ["trace"] }
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["log"] }
libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["log"] }
serde = "1"
serde_json = "1"
sha2 = "0.10"
Expand Down

0 comments on commit 7060cba

Please sign in to comment.