From bfeddf5d15ddaa9937ceeba04678ad6c4a4e8aea Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Tue, 30 Mar 2021 10:51:29 +0200
Subject: upgrade to hyper 0.14

---
 examples/form/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'examples')

diff --git a/examples/form/Cargo.toml b/examples/form/Cargo.toml
index 6f899df..c6eb1c3 100644
--- a/examples/form/Cargo.toml
+++ b/examples/form/Cargo.toml
@@ -8,8 +8,8 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-hyper = "0.13"
+hyper = { version = "0.14", features = ["full"] }
 sputnik = {path = "../../"}
 serde = { version = "1.0", features = ["derive"] }
-tokio = { version = "0.2", features = ["full"] }
+tokio = { version = "1", features = ["full"] }
 thiserror = "1.0"
\ No newline at end of file
-- 
cgit v1.2.3