Skip to content

Commit

Permalink
Fix: relax patch ver of async-trait
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Nov 26, 2024
1 parent 650b424 commit cbf3f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
documentation = "https://github.com/pubky/pubky-app-specs"

[dependencies]
async-trait = "0.1.83"
async-trait = "0.1"
bytes = "1.8.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
Expand Down

0 comments on commit cbf3f92

Please sign in to comment.