Skip to content

Commit

Permalink
Bump the libcnb group with 3 updates
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.23.0 to 0.25.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.23.0...v0.25.0)

Updates `libherokubuildpack` from 0.24.0 to 0.25.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.24.0...v0.25.0)

Updates `libcnb-test` from 0.23.0 to 0.25.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.23.0...v0.25.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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent db75bca commit e57a0ca
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 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/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ bullet_stream = "0.3.0"
fun_run = "0.2.0"
hex = "0.4"
indoc = "2"
libcnb = "0.23"
libherokubuildpack = { version = "0.24", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] }
libcnb = "0.25"
libherokubuildpack = { version = "0.25", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] }
regex = "1"
roxmltree = "0.20"
semver = "1.0"
Expand All @@ -24,6 +24,6 @@ serde_json = "1"
sha2 = "0.10"

[dev-dependencies]
libcnb-test = "0.23"
libcnb-test = "0.25"
regex = "1"
tempfile = "3"
2 changes: 1 addition & 1 deletion shared/inventory-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true
workspace = true

[dependencies]
libherokubuildpack = { version = "0.24", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] }
libherokubuildpack = { version = "0.25", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] }
keep_a_changelog_file = "0.1"
semver = "1.0"
serde = "1"
Expand Down

0 comments on commit e57a0ca

Please sign in to comment.