Skip to content

Commit

Permalink
Bump async-process from 2.0.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [async-process](https://github.com/smol-rs/async-process) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/smol-rs/async-process/releases)
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-process@v2.0.1...v2.2.0)

---
updated-dependencies:
- dependency-name: async-process
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 53f3f24 commit f5f3dc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 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 @@ -45,7 +45,7 @@ futures = "0.3"
env_logger = "0.10.2"
rand = "0.8.5"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] }
async-process = "2.0.0"
async-process = "2.2.0"

[[test]]
name = "bsud-tests"
Expand Down

0 comments on commit f5f3dc0

Please sign in to comment.