Skip to content

Commit 2fa36cd

Browse files
committed
Use Rust core async trait support
1 parent 7dd0126 commit 2fa36cd

File tree

3 files changed

+30
-45
lines changed

3 files changed

+30
-45
lines changed

Cargo.lock

Lines changed: 30 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ name = "python_node"
2222
crate-type = ["cdylib"]
2323

2424
[dependencies]
25-
async-trait = "0.1.88"
2625
bytes = "1.10.1"
2726
http-handler = { git = "https://github.com/platformatic/http-handler" }
2827
# http-handler = { path = "../http-handler" }

src/asgi/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ impl Asgi {
205205
}
206206
}
207207

208-
#[async_trait::async_trait]
209208
impl Handler for Asgi {
210209
type Error = HandlerError;
211210

0 commit comments

Comments
 (0)