From 127d2aa874e84b51f178e0860a5a651ca596ef83 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Fri, 29 Mar 2024 04:19:14 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rustup from 1.10.0 to 1.11.0 Bumps docker.io/paketocommunity/rustup from 1.10.0 to 1.11.0. 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 07b8f69..71e6e85 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rustup" - version = "1.10.0" + version = "1.11.0" [[order.group]] id = "paketo-community/rust-dist" diff --git a/package.toml b/package.toml index b71e95d..d54c6e6 100644 --- a/package.toml +++ b/package.toml @@ -1,5 +1,5 @@ [[dependencies]] - uri = "docker://docker.io/paketocommunity/rustup:1.10.0" + uri = "docker://docker.io/paketocommunity/rustup:1.11.0" [[dependencies]] uri = "docker://docker.io/paketocommunity/rust-dist:1.26.0"