diff --git a/hyper-fix-metadata.diff b/hyper-fix-metadata.diff
index 8e4d900..0ddc60c 100644
--- a/hyper-fix-metadata.diff
+++ b/hyper-fix-metadata.diff
@@ -1,5 +1,23 @@
 --- hyper-0.12.30/Cargo.toml	1970-01-01T00:00:00+00:00
-+++ hyper-0.12.30/Cargo.toml	2019-06-21T16:36:22.192175+00:00
++++ hyper-0.12.30/Cargo.toml	2019-06-21T19:49:44.491650+00:00
+@@ -191,7 +191,7 @@
+ optional = true
+ 
+ [dependencies.want]
+-version = "0.0.6"
++version = "0.2"
+ [dev-dependencies.futures-timer]
+ version = "0.1"
+ 
+@@ -199,7 +199,7 @@
+ version = "1.0"
+ 
+ [dev-dependencies.pretty_env_logger]
+-version = "0.2.0"
++version = "0.3"
+ 
+ [dev-dependencies.serde]
+ version = "1.0"
 @@ -225,8 +225,6 @@
  version = "0.2"
  
diff --git a/rust-hyper.spec b/rust-hyper.spec
index 7f9d28a..e49c56c 100644
--- a/rust-hyper.spec
+++ b/rust-hyper.spec
@@ -7,7 +7,7 @@
 
 Name:           rust-%{crate}
 Version:        0.12.30
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fast and correct HTTP library
 
 # Upstream license specification: MIT
@@ -16,6 +16,8 @@ URL:            https://crates.io/crates/hyper
 Source:         %{crates_source}
 # Initial patched metadata
 # * Drop internal features
+# * Update pretty_env_logger to 0.3, https://github.com/hyperium/hyper/pull/1832
+# * Update want to 0.2, https://github.com/hyperium/hyper/pull/1833
 Patch0:         hyper-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
@@ -195,6 +197,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Fri Jun 21 21:49:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.30-3
+- Update want to 0.2
+
 * Fri Jun 21 18:36:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.30-2
 - Regenerate