From 0e06e5177656e2f4382d933f41410b966773f0b0 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Wed, 20 Jan 2021 11:12:56 +0200 Subject: [PATCH] chore(deps): warp 0.3 --- Cargo.lock | 5 +++-- http/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1557aeaf..792e1a42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/http/Cargo.toml b/http/Cargo.toml index 3e635b8d..67cadeb6 100644 --- a/http/Cargo.toml +++ b/http/Cargo.toml @@ -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" }