From fc1045716a119ccacd1f5785f56976e63a4f5ca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:37:23 +0000 Subject: [PATCH] Update Rust crate cargo-edit to 0.13.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..225ef9f 100644 --- a/.devcontainer/build-context/Cargo.toml +++ b/.devcontainer/build-context/Cargo.toml @@ -1,7 +1,7 @@ [dependencies] bacon = "1.2.4" cargo-asm = "0.1.16" -cargo-edit = "0.8.0" +cargo-edit = "0.13.0" cargo-expand = "1.0.10" cargo-hack = "0.5.8" cargo-tree = "0.29.0"