From 06580d518af0814d1c1307e88de12f7e437443fc Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Wed, 10 Apr 2024 12:47:34 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rust-dist from 1.27.1 to 1.27.2 Bumps docker.io/paketocommunity/rust-dist from 1.27.1 to 1.27.2. 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 866854c..3b589e5 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rust-dist" - version = "1.27.1" + version = "1.27.2" [[order.group]] id = "paketo-buildpacks/syft" diff --git a/package.toml b/package.toml index 90e5298..0b956fa 100644 --- a/package.toml +++ b/package.toml @@ -2,7 +2,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.11.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.27.1" + uri = "docker://docker.io/paketocommunity/rust-dist:1.27.2" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.11.1"