Skip to content

Commit 6110926

Browse files
committed
Remove unused dependencies.
Signed-off-by: David Calavera <[email protected]>
1 parent 36cdbd8 commit 6110926

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lambda-extension/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ keywords = ["AWS", "Lambda", "API"]
1111
readme = "../README.md"
1212

1313
[dependencies]
14-
async-trait = "0.1.51"
1514
tokio = { version = "1.0", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
1615
hyper = { version = "0.14", features = ["http1", "client", "server", "stream", "runtime"] }
1716
serde = { version = "1", features = ["derive"] }
1817
serde_json = "^1"
1918
bytes = "1.0"
2019
http = "0.2"
2120
async-stream = "0.3"
22-
futures = "0.3"
23-
tracing-error = "0.2"
2421
tracing = { version = "0.1", features = ["log"] }
2522
tower-service = "0.3"
2623
tokio-stream = "0.1.2"

0 commit comments

Comments
 (0)