chore(deps): latest warp

This commit is contained in:
Joonas Koivunen 2021-01-18 15:30:59 +02:00
parent b7ab9b743e
commit 66c360cd13

View File

@ -36,7 +36,7 @@ tokio-stream = { version = "0.1" }
tracing = { default-features = false, features = ["log"], version = "0.1" }
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log", "env-filter"], version = "0.2" }
url = { default-features = false, version = "2.1" }
warp = { default-features = false, version = "0.2", git = "https://github.com/aknuds1/warp.git", branch = "chore/upgrade-tokio" }
warp = { default-features = false, version = "0.2", git = "https://github.com/seanmonstar/warp.git" }
[dev-dependencies]
hex-literal = { default-features = false, version = "0.3" }