Skip to content

Commit

Permalink
chore(deps): bump shellexpand from 3.0.0 to 3.1.0 (#33)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent 836b8b1 commit 7dbfc72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
30 changes: 5 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pretty_env_logger = "0.4.0"
regex = "1.7.2"
rlimit = "0.9.1"
serde = { version = "1.0.158", features = ["derive"] }
shellexpand = "3.0.0"
shellexpand = "3.1.0"
strum = { version = "0.24.1", features = ["derive"] }
syscall-numbers = "3.0.0"
which = "4.4.0"
Expand Down

0 comments on commit 7dbfc72

Please sign in to comment.