diff --git a/Cargo.toml b/Cargo.toml index a5b86f4..5796ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"