Skip to content

Commit

Permalink
Bump the libcnb group with 3 updates (#116)
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.12.0 to 0.13.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.12.0...v0.13.0)

Updates `libherokubuildpack` from 0.12.0 to 0.13.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.12.0...v0.13.0)

Updates `libcnb-test` from 0.12.0 to 0.13.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.12.0...v0.13.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 0f929c7 commit 4f4ae8f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 17 deletions.
68 changes: 54 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rust-version = "1.66"

[dependencies]
flate2 = { version = "1", default-features = false, features = ["zlib"] }
libcnb = "0.12"
libherokubuildpack = { version = "0.12", default-features = false, features = ["log"] }
libcnb = "0.13"
libherokubuildpack = { version = "0.13", default-features = false, features = ["log"] }
regex = "1"
semver = "1"
serde = "1"
Expand All @@ -22,4 +22,4 @@ toml = "0.7"
ureq = { version = "2", features = ["json"] }

[dev-dependencies]
libcnb-test = "0.12"
libcnb-test = "0.13"

0 comments on commit 4f4ae8f

Please sign in to comment.