Skip to content

Commit

Permalink
Bump the libcnb group with 3 updates (#244)
Browse files Browse the repository at this point in the history
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.16.0 to 0.17.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.16.0...v0.17.0)

Updates `libherokubuildpack` from 0.16.0 to 0.17.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.16.0...v0.17.0)

Updates `libcnb-test` from 0.16.0 to 0.17.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.16.0...v0.17.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>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 6a8896e commit c9840fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions buildpacks/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ glob = "0.3"
indoc = "2"
# 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 = "=0.16.0"
libherokubuildpack = "=0.16.0"
libcnb = "=0.17.0"
libherokubuildpack = "=0.17.0"
rand = "0.8"
regex = "1"
serde = "1"
Expand All @@ -31,5 +31,5 @@ clap = { version = "4", features = ["derive"] }
fun_run = { version = "0.1", features = ["which_problem"] }

[dev-dependencies]
libcnb-test = "=0.16.0"
libcnb-test = "=0.17.0"
toml = "0.8"
6 changes: 3 additions & 3 deletions commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ indoc = "2"
lazy_static = "1"
# 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 = "=0.16.0"
libherokubuildpack = "=0.16.0"
libcnb = "=0.17.0"
libherokubuildpack = "=0.17.0"
regex = "1"
serde = "1"
sha2 = "0.10"
Expand All @@ -38,5 +38,5 @@ fun_run = "0.1"
indoc = "2"
filetime = "0.2"
toml = "0.8"
libcnb-test = "0.16.0"
libcnb-test = "0.17.0"
pretty_assertions = "1"

0 comments on commit c9840fd

Please sign in to comment.