Upgrade dependencies

This commit is contained in:
Jonas Platte 2020-02-04 11:28:55 +01:00
parent 8dfe42e846
commit 413d25ab33
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -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"]