From 080a0b519a59920f3b3f672cd659e8007359ec3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 21:30:40 +0200 Subject: [PATCH] Bump shellexpand from 3.0.0 to 3.1.0 (#1017) Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 3.0.0 to 3.1.0. - [Release notes](https://gitlab.com/ijackson/rust-shellexpand/tags) - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.0.0...shellexpand-3.1.0) --- updated-dependencies: - dependency-name: shellexpand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87f825c..427a69f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3087,9 +3087,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" dependencies = [ "dirs", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index a5d65bf..5f8daee 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.15", features = ["gzip", "trust-dns"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.158", features = ["derive"] } -shellexpand = "3.0.0" +shellexpand = "3.1.0" typed-builder = "0.14.0" tokio = { version = "1.26.0", features = ["full"] } url = { version = "2.3.1", features = ["serde"] }