chore(deps): warp 0.3

This commit is contained in:
Joonas Koivunen 2021-01-20 11:12:56 +02:00
parent de7f312610
commit 0e06e51776
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -3218,8 +3218,9 @@ dependencies = [
[[package]]
name = "warp"
version = "0.2.5"
source = "git+https://github.com/seanmonstar/warp.git#ffefea08050ffe8022d3391f4bd5e5ab4e95d7c9"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dafd0aac2818a94a34df0df1100a7356c493d8ede4393875fd0b5c51bb6bc80"
dependencies = [
"bytes 1.0.1",
"futures",

View File

@ -35,7 +35,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/seanmonstar/warp.git" }
warp = { default-features = false, version = "0.3" }
[dev-dependencies]
hex-literal = { default-features = false, version = "0.3" }