Cargo.toml: Bump our deps.

master
Damir Jelić 2020-03-28 12:30:48 +01:00
parent e76e56af0d
commit 2e195610b3
1 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ sqlite-cryptostore = ["sqlx", "zeroize"]
[dependencies]
futures = "0.3.4"
reqwest = "0.10.4"
http = "0.2.0"
http = "0.2.1"
url = "2.1.1"
# Ruma dependencies
@ -30,15 +30,15 @@ ruma-identifiers = "0.14.1"
# Dependencies for the encryption support
olm-rs = { git = "https://gitlab.gnome.org/poljar/olm-rs", optional = true, features = ["serde"]}
serde = { version = "1.0.104", optional = true, features = ["derive"] }
serde_json = { version = "1.0.48", optional = true }
serde = { version = "1.0.105", optional = true, features = ["derive"] }
serde_json = { version = "1.0.49", optional = true }
cjson = { version = "0.1.0", optional = true }
zeroize = { version = "1.1.0", optional = true }
# Misc dependencies
thiserror = "1.0.11"
async-trait = { version = "0.1.24", optional = true }
tracing = { version = "0.1.13" }
thiserror = "1.0.13"
async-trait = { version = "0.1.26", optional = true }
tracing = "0.1.13"
[dependencies.tracing-futures]
version = "0.2.3"