Update dependencies, bump version

This commit is contained in:
Jonas Platte 2020-05-22 18:07:25 +02:00
parent 5ad4fd11c9
commit d42852e1a3
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,26 +13,26 @@ license = "MIT"
name = "ruma-client"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client"
version = "0.4.0-beta.4"
version = "0.4.0"
[dependencies]
futures-core = "0.3.4"
futures-util = "0.3.4"
futures-core = "0.3.5"
futures-util = "0.3.5"
http = "0.2.1"
hyper = "0.13.5"
hyper-tls = { version = "0.4.1", optional = true }
ruma-api = "0.16.0-rc.3"
ruma-client-api = "0.8.0-rc.5"
ruma-events = "0.21.0-beta.1"
ruma-identifiers = "0.16.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
ruma-api = "0.16.1"
ruma-client-api = "0.9.0"
ruma-events = "0.21.2"
ruma-identifiers = "0.16.1"
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.53"
serde_urlencoded = "0.6.1"
url = "2.1.1"
[dev-dependencies]
anyhow = "1.0.28"
tokio = { version = "0.2.18", features = ["macros"] }
anyhow = "1.0.31"
tokio = { version = "0.2.21", features = ["macros"] }
[features]
default = ["tls"]