diff --git a/Cargo.toml b/Cargo.toml index 9592ff3d..f9099c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,15 +20,15 @@ futures = "0.3.4" reqwest = "0.10.4" http = "0.2.0" async-std = "1.5.0" -ruma-api = "0.13.0" -ruma-client-api = "0.6.0" -ruma-events = "0.15.0" +ruma-api = "0.14.0" +ruma-client-api = { version = "0.6.0", git = "https://github.com/matrix-org/ruma-client-api/" } +ruma-events = "0.17.0" log = "0.4.8" ruma-identifiers = "0.14.1" url = "2.1.1" -olm-rs = { git = "https://gitlab.gnome.org/jhaye/olm-rs/", optional = true, features = ["serde"]} +olm-rs = { path = "/home/poljar/werk/matrix/olm-rs", optional = true, features = ["serde"]} serde = { version = "1.0.104", optional = true, features = ["derive"] } serde_json = { version = "1.0.48", optional = true } cjson = { version = "0.1.0", optional = true }