Update dependencies

This commit is contained in:
timokoesters 2020-04-28 20:03:14 +02:00
parent 1cdf30f38c
commit fd1aea7e36
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 43 additions and 44 deletions

View file

@ -17,16 +17,16 @@ ruma-client-api = { git = "https://github.com/ruma/ruma-client-api.git" }
ruma-identifiers = { version = "0.16.0", features = ["rand"] }
ruma-api = "0.16.0-rc.3"
ruma-events = "0.21.0-beta.1"
ruma-signatures = { git = "https://git.koesters.xyz/timo/ruma-signatures.git" }
ruma-federation-api = { git = "https://git.koesters.xyz/timo/ruma-federation-api.git" }
ruma-signatures = { git = "https://github.com/ruma/ruma-signatures.git" }
ruma-federation-api = { git = "https://github.com/ruma/ruma-federation-api.git" }
pretty_env_logger = "0.4.0"
log = "0.4.8"
sled = "0.31.0"
directories = "2.0.2"
js_int = "0.1.4"
serde_json = "1.0.51"
js_int = "0.1.5"
serde_json = "1.0.52"
serde = "1.0.106"
tokio = { version = "0.2.18", features = ["macros"] }
tokio = { version = "0.2.19", features = ["macros"] }
rand = "0.7.3"
rust-argon2 = "0.8.2"
reqwest = "0.10.4"