From d5e6aeb538b6750e4ee92e0b5dc9c482a86e2cda Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Thu, 9 Feb 2023 04:19:58 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/cargo from 0.8.0 to 0.9.0 Bumps docker.io/paketocommunity/cargo from 0.8.0 to 0.9.0. Signed-off-by: GitHub --- buildpack.toml | 2 +- package.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index f46458b..c9151ce 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -31,7 +31,7 @@ api = "0.7" [[order.group]] id = "paketo-community/cargo" - version = "0.8.0" + version = "0.9.0" [[order.group]] id = "paketo-buildpacks/procfile" diff --git a/package.toml b/package.toml index eb8735a..e0801af 100644 --- a/package.toml +++ b/package.toml @@ -6,7 +6,7 @@ uri = "docker://docker.io/paketocommunity/rust-dist:1.14.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/cargo:0.8.0" + uri = "docker://docker.io/paketocommunity/cargo:0.9.0" [[dependencies]] uri = "docker://gcr.io/paketo-buildpacks/procfile:5.5.0"