diff --git a/public-traits/Cargo.toml b/public-traits/Cargo.toml index f1a4e2f4..d67d0921 100644 --- a/public-traits/Cargo.toml +++ b/public-traits/Cargo.toml @@ -24,7 +24,7 @@ version = "~0.24" features = ["limits", "bundled"] [dependencies.hyper] -version = "~0.13" +version = "~0.14" optional = true [dependencies.serde_json] diff --git a/tolstoy-traits/Cargo.toml b/tolstoy-traits/Cargo.toml index 2a331e9a..4c2d648d 100644 --- a/tolstoy-traits/Cargo.toml +++ b/tolstoy-traits/Cargo.toml @@ -14,7 +14,7 @@ sqlcipher = ["rusqlite/sqlcipher"] failure = "~0.1" failure_derive = "~0.1" http = "~0.2" -hyper = "~0.13" +hyper = "~0.14" serde_json = "~1.0" uuid = { version = "~0.8" } diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index 8e149521..d0031c86 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -11,7 +11,7 @@ sqlcipher = ["rusqlite/sqlcipher"] [dependencies] failure = "~0.1" futures = "~0.3" -hyper = "~0.13" +hyper = "~0.14" hyper-tls = "~0.4" http = "~0.2" log = "~0.4"