From c3364fd3c6c19649c7cc3ee1465ee8a7c8c6495c Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 21 Jan 2022 13:14:05 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rust-dist from 1.4.0 to 1.4.1 Bumps docker.io/paketocommunity/rust-dist from 1.4.0 to 1.4.1. 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 3022c1a..7abcaa0 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.6" [[order.group]] id = "paketo-community/rust-dist" - version = "1.4.0" + version = "1.4.1" [[order.group]] id = "paketo-community/cargo" diff --git a/package.toml b/package.toml index 1925965..cc07921 100644 --- a/package.toml +++ b/package.toml @@ -3,7 +3,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.1.2" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.4.0" + uri = "docker://docker.io/paketocommunity/rust-dist:1.4.1" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.2.1"