chore(deps): warp 0.3
This commit is contained in:
parent
de7f312610
commit
0e06e51776
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user