Skip to content

Commit

Permalink
Bump async-process from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [async-process](https://github.com/smol-rs/async-process) from 2.0.0 to 2.0.1.
- [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.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 8154a50 commit 0ca978d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 5 deletions.
85 changes: 81 additions & 4 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.0"
rand = "0.8.5"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "time"] }
async-process = "2.0.0"
async-process = "2.0.1"

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

0 comments on commit 0ca978d

Please sign in to comment.