Bump shellexpand from 2.1.2 to 3.1.0 (#1186)

Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 2.1.2 to 3.1.0.
- [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.1.0)

---
updated-dependencies:
- dependency-name: shellexpand
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2023-09-13 08:45:08 +01:00 committed by GitHub
parent 8c0103dfff
commit 93bb5a9609
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

@ -2633,9 +2633,9 @@ dependencies = [
[[package]] [[package]]
name = "shellexpand" name = "shellexpand"
version = "2.1.2" version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [ dependencies = [
"dirs", "dirs",
] ]

View file

@ -35,7 +35,7 @@ parse_duration = "2.1.1"
async-trait = { workspace = true } async-trait = { workspace = true }
itertools = { workspace = true } itertools = { workspace = true }
rand = { workspace = true } rand = { workspace = true }
shellexpand = "2" shellexpand = "3"
sqlx = { workspace = true, features = ["sqlite"] } sqlx = { workspace = true, features = ["sqlite"] }
minspan = "0.1.1" minspan = "0.1.1"
regex = "1.9.1" regex = "1.9.1"