Update dependencies

This commit is contained in:
Jonas Platte 2020-02-19 00:29:25 +01:00
parent ac26770319
commit dc45a39c44
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,16 +13,16 @@ version = "0.15.1"
edition = "2018"
[dependencies]
ruma-identifiers = "0.14.0"
ruma-events-macros = { path = "ruma-events-macros" }
serde_json = "1.0.41"
ruma-identifiers = "0.14.1"
ruma-events-macros = { path = "ruma-events-macros", version = "=0.2.0" }
serde_json = "1.0.48"
[dependencies.js_int]
version = "0.1.2"
features = ["serde"]
[dependencies.serde]
version = "1.0.101"
version = "1.0.104"
features = ["derive"]
[dev-dependencies]