diff --git a/buildpack.toml b/buildpack.toml index fda7249..14e4e68 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.7" [[order.group]] id = "paketo-community/rust-dist" - version = "1.20.0" + version = "1.21.0" [[order.group]] id = "paketo-buildpacks/syft" diff --git a/package.toml b/package.toml index 1a5f4c0..d91ba6e 100644 --- a/package.toml +++ b/package.toml @@ -2,7 +2,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.9.1" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.20.0" + uri = "docker://docker.io/paketocommunity/rust-dist:1.21.0" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.10.1"