mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-30 19:30:24 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c23605e75c
commit
080a0b519a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue