From 71ea7fb89dd427c9198ba3ee93c3682eaf45ceda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 02:02:49 +0000 Subject: [PATCH] Bump shellexpand from 2.1.2 to 3.0.0 Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 2.1.2 to 3.0.0. - [Release notes](https://gitlab.com/ijackson/rust-shellexpand/tags) - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.0.0) --- updated-dependencies: - dependency-name: shellexpand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- asyncgit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5eecdf3..a4d9d7c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1556,9 +1556,9 @@ checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" [[package]] name = "shellexpand" -version = "2.1.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" +checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1" dependencies = [ "dirs", ] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 5ab4da13..1ac87235 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -23,7 +23,7 @@ openssl-sys = { version = '0.9', features = ["vendored"], optional = true } rayon-core = "1.9" scopetime = { path = "../scopetime", version = "0.1" } serde = { version = "1.0", features = ["derive"] } -shellexpand = "2.1" +shellexpand = "3.0" thiserror = "1.0" unicode-truncate = "0.2.0" url = "2.3"