From 3b8a55b02f6353a7e9500acd95bf3d16507244e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:48:58 +0000 Subject: [PATCH] Bump libherokubuildpack from 0.19.0 to 0.21.0 in the libcnb group Bumps the libcnb group with 1 update: [libherokubuildpack](https://github.com/heroku/libcnb.rs). Updates `libherokubuildpack` from 0.19.0 to 0.21.0 - [Release notes](https://github.com/heroku/libcnb.rs/releases) - [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/heroku/libcnb.rs/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: libherokubuildpack dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libcnb ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- buildpacks/go/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77e75e5..b5953d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "libherokubuildpack" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "410f8f0e8cfcaffd92423211b5e280d2bebe3a5508d543fdcd451459d14debca" +checksum = "146f61983fd384cb5ab5373acdd8f53fcb4b27ecb200435a6bfb6a70b421bc9d" dependencies = [ "termcolor", ] diff --git a/buildpacks/go/Cargo.toml b/buildpacks/go/Cargo.toml index 457be7a..e3e352e 100644 --- a/buildpacks/go/Cargo.toml +++ b/buildpacks/go/Cargo.toml @@ -14,7 +14,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.19.0", features = ["trace"] } -libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["log"] } +libherokubuildpack = { version = "=0.21.0", default-features = false, features = ["log"] } semver = "1" serde = "1" sha2 = "0.10"