From 8992687d8ef37a8444f8e511b7926278716e38d9 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 16 Dec 2022 14:09:13 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/cargo from 0.7.0 to 0.8.0 Bumps docker.io/paketocommunity/cargo from 0.7.0 to 0.8.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 d108c7e..a912dd7 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -31,7 +31,7 @@ api = "0.7" [[order.group]] id = "paketo-community/cargo" - version = "0.7.0" + version = "0.8.0" [[order.group]] id = "paketo-buildpacks/procfile" diff --git a/package.toml b/package.toml index 17623b6..be45a62 100644 --- a/package.toml +++ b/package.toml @@ -6,7 +6,7 @@ uri = "docker://docker.io/paketocommunity/rust-dist:1.13.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/cargo:0.7.0" + uri = "docker://docker.io/paketocommunity/cargo:0.8.0" [[dependencies]] uri = "docker://gcr.io/paketo-buildpacks/procfile:5.5.0"