Skip to content

Commit

Permalink
demote async lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Nov 14, 2024
1 parent 799ce77 commit 4747e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
async-broadcast = "0.7"
async-lock = "3"
async-lock = "2"
async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "env"] }
derivative = "2.2"
Expand Down

0 comments on commit 4747e95

Please sign in to comment.