diff --git a/buildpack.toml b/buildpack.toml index fa1f557..adabacc 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.6" [[order.group]] id = "paketo-community/rust-dist" - version = "1.2.0" + version = "1.2.1" [[order.group]] id = "paketo-community/cargo" diff --git a/package.toml b/package.toml index a71f38c..dcd762f 100644 --- a/package.toml +++ b/package.toml @@ -3,7 +3,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.0.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.2.0" + uri = "docker://docker.io/paketocommunity/rust-dist:1.2.1" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.0.12"