From 589646953df7e9b5c51da8cc17efee8fd7bced09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 07:24:27 +0000 Subject: [PATCH] chore(deps): bump shellexpand from 3.1.1 to 3.1.2 Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 3.1.1 to 3.1.2. - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.1...shellexpand-3.1.2) --- updated-dependencies: - dependency-name: shellexpand dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08f4f82..1b36c31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,9 +1401,9 @@ checksum = "52b86057fcb5423f5018e331ac04623e32d6b5ce85e33300f92c79a1973928b0" [[package]] name = "shellexpand" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" +checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" dependencies = [ "bstr", "dirs", diff --git a/Cargo.toml b/Cargo.toml index d1cde64..5e25abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ssh-agent-lib = "0.5.1" toml = "0.9.8" [dependencies.shellexpand] -version = "3.1.1" +version = "3.1.2" features = ["path"] [dependencies.color-eyre]