Update Warp dependency in examples/Cargo.toml (#541)

This commit is contained in:
Jordan Gould
2021-01-19 19:34:45 -05:00
committed by GitHub
parent e511f17c1c
commit 4fe5beb353
+1 -1
View File
@@ -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"