From dc73e6d6c493ca2fc2c4224e0413ba7e7da891f5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 14 Apr 2020 19:59:48 +0200 Subject: [PATCH] Bump dependencies, including our own (beta) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bb2dd0b7..5cd84e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "ruma-client" readme = "README.md" repository = "https://github.com/ruma/ruma-client" -version = "0.3.0" +version = "0.4.0-beta.1" [dependencies] futures-core = "0.3.4" @@ -22,7 +22,7 @@ http = "0.2.1" hyper = "0.13.4" hyper-tls = { version = "0.4.1", optional = true } ruma-api = "0.15.0" -ruma-client-api = "0.7.1" +ruma-client-api = "0.7.2" ruma-events = "0.18.0" ruma-identifiers = "0.14.1" serde = { version = "1.0.106", features = ["derive"] } @@ -31,7 +31,7 @@ serde_urlencoded = "0.6.1" url = "2.1.1" [dev-dependencies] -tokio = { version = "0.2.16", features = ["macros"] } +tokio = { version = "0.2.18", features = ["macros"] } [features] default = ["tls"]