We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598481 commit aa46db8Copy full SHA for aa46db8
postgres/Cargo.toml
@@ -26,5 +26,4 @@ tokio-postgres = "0.7"
26
27
[dev-dependencies]
28
futures-util = "0.3.2"
29
-hyper = { version = "0.14.1", features = ["http1", "server", "tcp"] }
30
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }
postgres/examples/hyper.rs
0 commit comments