Skip to content

Commit a673ebc

Browse files
Bump the libcnb group with 3 updates
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.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) 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) Updates `libcnb-test` 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: 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>
1 parent 3e9677f commit a673ebc

File tree

3 files changed

+47
-117
lines changed

3 files changed

+47
-117
lines changed

Cargo.lock

+41-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildpacks/ruby/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ glob = "0.3"
1616
indoc = "2"
1717
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
1818
# so it's pinned to an exact version to isolate it from lockfile refreshes.
19-
libcnb = "=0.17.0"
20-
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["digest"] }
19+
libcnb = "=0.19.0"
20+
libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["digest"] }
2121
rand = "0.8"
2222
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
2323
regex = "1"
@@ -29,5 +29,5 @@ ureq = { version = "2", default-features = false, features = ["tls"] }
2929
url = "2"
3030

3131
[dev-dependencies]
32-
libcnb-test = "=0.17.0"
32+
libcnb-test = "=0.19.0"
3333
toml = "0.8"

commons/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ indoc = "2"
2424
lazy_static = "1"
2525
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
2626
# so it's pinned to an exact version to isolate it from lockfile refreshes.
27-
libcnb = "=0.17.0"
28-
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["command"] }
27+
libcnb = "=0.19.0"
28+
libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["command"] }
2929
regex = "1"
3030
serde = "1"
3131
sha2 = "0.10"
@@ -36,6 +36,6 @@ walkdir = "2"
3636
[dev-dependencies]
3737
filetime = "0.2"
3838
indoc = "2"
39-
libcnb-test = "=0.17.0"
39+
libcnb-test = "=0.19.0"
4040
pretty_assertions = "1"
4141
toml = "0.8"

0 commit comments

Comments
 (0)