Bump shellexpand from 2.1.2 to 3.0.0 (#857)

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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-03 00:23:22 +01:00 committed by GitHub
parent 0eac43068e
commit 7a9a13060d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3112,9 +3112,9 @@ dependencies = [
[[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",
]

View file

@ -34,7 +34,7 @@ reqwest = { version = "0.11.13", features = ["gzip", "trust-dns"] }
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.16.20"
serde = { version = "1.0.148", features = ["derive"] }
shellexpand = "2.1.2"
shellexpand = "3.0.0"
tokio = { version = "1.22.0", features = ["full"] }
typed-builder = "0.11.0"
url = { version = "2.3.0", features = ["serde"] }