From f000c252904660e74d20d2440fd9ca1e477ec318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:31:09 +0000 Subject: [PATCH] Update Rust crate just to 0.11.0 --- .devcontainer/build-context/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/build-context/Cargo.toml b/.devcontainer/build-context/Cargo.toml index c0119ac..6f082d1 100644 --- a/.devcontainer/build-context/Cargo.toml +++ b/.devcontainer/build-context/Cargo.toml @@ -5,6 +5,6 @@ cargo-edit = "0.8.0" cargo-expand = "1.0.10" cargo-hack = "0.5.8" cargo-tree = "0.29.0" -just = "0.10.4" +just = "0.11.0" rustfilt = "0.2.1" rustup-toolchain-install-master = "1.8.0"