Update Warp dependency in examples/Cargo.toml (#541)
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ tracing-futures = "0.2"
|
|||||||
prost-types = "0.7"
|
prost-types = "0.7"
|
||||||
# Hyper example
|
# Hyper example
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
warp = { git = "https://github.com/seanmonstar/warp", default-features = false }
|
warp = "0.3"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
http-body = "0.4"
|
http-body = "0.4"
|
||||||
pin-project = "1.0"
|
pin-project = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user