diff --git a/buildpack.toml b/buildpack.toml index a611c4e..da9fab0 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rust-dist" - version = "1.31.1" + version = "1.32.0" [[order.group]] id = "paketo-buildpacks/syft" diff --git a/package.toml b/package.toml index cdf0c66..ff5f7a3 100644 --- a/package.toml +++ b/package.toml @@ -2,7 +2,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.12.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.31.1" + uri = "docker://docker.io/paketocommunity/rust-dist:1.32.0" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.12.0"