From 8d1e47483361b7333c46f4c9cebef917c06cecd5 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Mon, 15 Aug 2022 13:28:02 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/cargo from 0.6.0 to 0.7.0 Bumps docker.io/paketocommunity/cargo from 0.6.0 to 0.7.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 d4a7cae..8292f9e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -31,7 +31,7 @@ api = "0.7" [[order.group]] id = "paketo-community/cargo" - version = "0.6.0" + version = "0.7.0" [[order.group]] id = "paketo-buildpacks/procfile" diff --git a/package.toml b/package.toml index 45ce64e..5c8eafd 100644 --- a/package.toml +++ b/package.toml @@ -6,7 +6,7 @@ uri = "docker://docker.io/paketocommunity/rust-dist:1.8.1" [[dependencies]] - uri = "docker://docker.io/paketocommunity/cargo:0.6.0" + uri = "docker://docker.io/paketocommunity/cargo:0.7.0" [[dependencies]] uri = "docker://gcr.io/paketo-buildpacks/procfile:5.2.1"