From 4fe5beb3531c08dd93f0225349695db7ae987958 Mon Sep 17 00:00:00 2001 From: Jordan Gould Date: Tue, 19 Jan 2021 19:34:45 -0500 Subject: [PATCH] Update Warp dependency in examples/Cargo.toml (#541) --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 80a824e..3524c4c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -167,7 +167,7 @@ tracing-futures = "0.2" prost-types = "0.7" # Hyper example hyper = "0.14" -warp = { git = "https://github.com/seanmonstar/warp", default-features = false } +warp = "0.3" http = "0.2" http-body = "0.4" pin-project = "1.0"