From 50a0f309420d0095ae9e2de55f765dd80c1d91d5 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 15 Dec 2023 13:59:02 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rust-dist from 1.23.0 to 1.23.1 Bumps docker.io/paketocommunity/rust-dist from 1.23.0 to 1.23.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 9dbcf2f..53fa97c 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rust-dist" - version = "1.23.0" + version = "1.23.1" [[order.group]] id = "paketo-buildpacks/syft" diff --git a/package.toml b/package.toml index 4886a67..d650433 100644 --- a/package.toml +++ b/package.toml @@ -2,7 +2,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.9.3" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.23.0" + uri = "docker://docker.io/paketocommunity/rust-dist:1.23.1" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.10.3"