From bb7123cac013f18f8743551beff4573bc87d2da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 02:47:41 +0000 Subject: [PATCH] Bump libherokubuildpack in the libcnb group across 1 directory Bumps the libcnb group with 1 update in the / directory: [libherokubuildpack](https://github.com/heroku/libcnb.rs). Updates `libherokubuildpack` from 0.31.0 to 0.31.1 - [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.31.0...v0.31.1) --- updated-dependencies: - dependency-name: libherokubuildpack dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: libcnb ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- buildpacks/ruby/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7425e4af..b33b1ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1161,9 +1161,9 @@ dependencies = [ [[package]] name = "libherokubuildpack" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dff1b98739a1c06dbd1240f5dc8312af8976ff25ade19b441bf387cadb102f2" +checksum = "b9d9c4407215d31b293d3ac85375be99c7049873d6e42d271c6f63fd913bb7ca" dependencies = [ "hex", "reqwest", diff --git a/buildpacks/ruby/Cargo.toml b/buildpacks/ruby/Cargo.toml index af37840b..cc7a7a13 100644 --- a/buildpacks/ruby/Cargo.toml +++ b/buildpacks/ruby/Cargo.toml @@ -16,7 +16,7 @@ fs-err.workspace = true glob = "0.3" indoc = "2" libcnb = { version = "=0.31.0", features = ["trace"] } -libherokubuildpack = { version = "=0.31.0", default-features = false, features = [ +libherokubuildpack = { version = "=0.31.1", default-features = false, features = [ "digest", "download", ] }