From ad47e5fe007e5e6bce9a6da333fc7fc643a0aa37 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Thu, 16 May 2024 04:16:54 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rustup from 1.11.0 to 1.11.1 Bumps docker.io/paketocommunity/rustup from 1.11.0 to 1.11.1. 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 9d48eba..9126a24 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rustup" - version = "1.11.0" + version = "1.11.1" [[order.group]] id = "paketo-community/rust-dist" diff --git a/package.toml b/package.toml index 92ddaef..4e62b79 100644 --- a/package.toml +++ b/package.toml @@ -1,5 +1,5 @@ [[dependencies]] - uri = "docker://docker.io/paketocommunity/rustup:1.11.0" + uri = "docker://docker.io/paketocommunity/rustup:1.11.1" [[dependencies]] uri = "docker://docker.io/paketocommunity/rust-dist:1.28.0"