From f265c23921bfe5be787f1cb7459652613e3a7dd0 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Wed, 22 Jan 2025 18:10:59 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/cargo from 0.12.0 to 0.13.0 Bumps docker.io/paketocommunity/cargo from 0.12.0 to 0.13.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 f3b63f2..4a07615 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -31,7 +31,7 @@ api = "0.7" [[order.group]] id = "paketo-community/cargo" - version = "0.12.0" + version = "0.13.0" [[order.group]] id = "paketo-buildpacks/procfile" diff --git a/package.toml b/package.toml index 0962940..adbbdb8 100644 --- a/package.toml +++ b/package.toml @@ -5,7 +5,7 @@ uri = "docker://docker.io/paketocommunity/rust-dist:1.35.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/cargo:0.12.0" + uri = "docker://docker.io/paketocommunity/cargo:0.13.0" [[dependencies]] uri = "docker://docker.io/paketobuildpacks/procfile:5.10.2"