Skip to content

Commit

Permalink
Downgrade async_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Aug 23, 2024
1 parent 8483682 commit 36c3f3f
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 @@ -10,7 +10,7 @@ async-broadcast = "0.7"
async-compatibility-layer = { version = "1.2.1", default-features = false, features = [
"logging-utils",
] }
async-lock = "3.4"
async-lock = "2.2"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
async-trait = "0.1"
clap = { version = "4.5", features = ["derive", "env"] }
Expand Down

0 comments on commit 36c3f3f

Please sign in to comment.