From 413d25ab339239fe7178f39c420bc022dd263b7c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 4 Feb 2020 11:28:55 +0100 Subject: [PATCH] Upgrade dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e30b4b7..cb613d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,22 +13,22 @@ repository = "https://github.com/ruma/ruma-client" version = "0.3.0-beta.2" [dependencies] -futures-core = "0.3.1" -futures-util = "0.3.1" +futures-core = "0.3.2" +futures-util = "0.3.2" http = "0.2.0" -hyper = "0.13.1" -hyper-tls = { version = "0.4.0", optional = true } -ruma-api = "0.12.0" +hyper = "0.13.2" +hyper-tls = { version = "0.4.1", optional = true } +ruma-api = "0.12.1" ruma-client-api = "0.5.0" ruma-events = "0.15.1" ruma-identifiers = "0.14.1" -serde = { version = "1.0.103", features = ["derive"] } -serde_json = "1.0.44" +serde = { version = "1.0.104", features = ["derive"] } +serde_json = "1.0.46" serde_urlencoded = "0.6.1" -url = "2.1.0" +url = "2.1.1" [dev-dependencies] -tokio = { version = "0.2.4", features = ["macros"] } +tokio = { version = "0.2.11", features = ["macros"] } [features] default = ["tls"]