Skip to content

Commit

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

---
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 Jun 3, 2024
1 parent fdc10d9 commit 3807f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.2.1"
async-process = "2.2.3"

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

0 comments on commit 3807f94

Please sign in to comment.