Skip to content

Commit

Permalink
fix(deps): update rust crate async-channel to v2 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 12, 2023
1 parent fed1f3a commit 717ceb3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
31 changes: 27 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 @@ -27,7 +27,7 @@ systemd = ["systemd_socket/enable_systemd"]

[dependencies]
anyhow = "1.0.75"
async-channel = "1.9.0"
async-channel = "2.1.1"
base32 = "0.4.0"
base64 = "0.21.5"
bitcoin = { version = "0.30.2", features = ["serde"] }
Expand Down

0 comments on commit 717ceb3

Please sign in to comment.