Skip to content

Commit

Permalink
Update the async-process dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Nov 12, 2023
1 parent 15e8ed3 commit 63a00b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 103 deletions.
132 changes: 30 additions & 102 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 acmed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"]
[dependencies]
acme_common = { path = "../acme_common" }
async-lock = "3.0"
async-process = "1.6"
async-process = "2.0"
bincode = "1.3"
clap = { version = "4.0", features = ["string"] }
futures = "0.3"
Expand Down

0 comments on commit 63a00b3

Please sign in to comment.