From f2ef1961e9688fc30eb25af02c6d6125ff5fb410 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Fri, 24 May 2024 13:34:18 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/cargo from 0.11.1 to 0.12.0 Bumps docker.io/paketocommunity/cargo from 0.11.1 to 0.12.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 2 +- package.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 657cf7d..9f4f17e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -31,7 +31,7 @@ api = "0.7" [[order.group]] id = "paketo-community/cargo" - version = "0.11.1" + version = "0.12.0" [[order.group]] id = "paketo-buildpacks/procfile" diff --git a/package.toml b/package.toml index a6d08d6..f2c616b 100644 --- a/package.toml +++ b/package.toml @@ -5,7 +5,7 @@ uri = "docker://docker.io/paketocommunity/rust-dist:1.29.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/cargo:0.11.1" + uri = "docker://docker.io/paketocommunity/cargo:0.12.0" [[dependencies]] uri = "docker://docker.io/paketobuildpacks/procfile:5.9.0"