From 43612e0006daf5c2531840a99b8443621ed4f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:24:34 +0000 Subject: [PATCH] chore(deps): update shellexpand requirement from 2.1.0 to 3.0.0 Updates the requirements on [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) to permit the latest version. - [Release notes](https://gitlab.com/ijackson/rust-shellexpand/tags) - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-fork/2.1.1...shellexpand-3.0.0) --- updated-dependencies: - dependency-name: shellexpand dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51eb8c0..6812c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pad = "0.1.6" process_control = "3.4.0" rand = "0.8.4" regex = "1.5.5" -shellexpand = "2.1.0" +shellexpand = "3.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8"