dep pruning :3

main
Charlotte Som 2024-11-27 23:12:39 +02:00
parent f5e236fcf9
commit 95ae1c09cb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ bytes = { version = "1.8.0", features = ["serde"] }
clap = { version = "4.5.21", features = ["derive"] }
fastwebsockets = { version = "0.8.0", features = ["hyper", "unstable-split", "upgrade"] }
http-body-util = "0.1.2"
hyper = { version = "1.5.1", features = ["client", "full", "http1", "http2", "server"] }
hyper = { version = "1.5.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.10", features = ["tokio", "server", "client", "http1", "http2"] }
ipld-core = "0.4.1"
pin-project-lite = "0.2.15"