Merge pull request #23 from ruma/v0.10.0

Update dependencies, bump version to 0.10.0
This commit is contained in:
Jimmy Cuadra 2019-07-30 14:09:07 -07:00 committed by GitHub
commit 954b24f2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,19 +9,19 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.9.0"
version = "0.10.0"
edition = "2018"
[dependencies]
http = "0.1.17"
http = "0.1.18"
serde_json = "1.0.40"
serde_urlencoded = "0.5.5"
ruma-identifiers = "0.13.1"
serde_urlencoded = "0.6.0"
ruma-identifiers = "0.14.0"
[dev-dependencies]
url = "2.0.0"
percent-encoding = "2.0.0"
[dev-dependencies.serde]
version = "1.0.97"
version = "1.0.98"
features = ["derive"]