client: Upgrade reqwest

This commit is contained in:
Jonas Platte 2021-07-03 23:21:30 +02:00
parent 4dfaad104b
commit 325806409b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -26,6 +26,7 @@ hyper-native-tls = ["hyper", "hyper-tls"]
hyper-rustls = ["hyper", "hyper-rustls-crate"] hyper-rustls = ["hyper", "hyper-rustls-crate"]
isahc = ["isahc-crate", "futures-lite"] isahc = ["isahc-crate", "futures-lite"]
reqwest-native-tls = ["reqwest", "reqwest/native-tls"] reqwest-native-tls = ["reqwest", "reqwest/native-tls"]
reqwest-native-tls-alpn = ["reqwest", "reqwest/native-tls-alpn"]
reqwest-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"] reqwest-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"]
reqwest-rustls-manual-roots = ["reqwest", "reqwest/rustls-tls-manual-roots"] reqwest-rustls-manual-roots = ["reqwest", "reqwest/rustls-tls-manual-roots"]
reqwest-rustls-webpki-roots = ["reqwest", "reqwest/rustls-tls-webpki-roots"] reqwest-rustls-webpki-roots = ["reqwest", "reqwest/rustls-tls-webpki-roots"]
@ -43,7 +44,7 @@ hyper = { version = "0.14.2", optional = true, features = ["client", "http1", "h
hyper-rustls-crate = { package = "hyper-rustls", version = "0.22.1", optional = true, default-features = false } hyper-rustls-crate = { package = "hyper-rustls", version = "0.22.1", optional = true, default-features = false }
hyper-tls = { version = "0.5.0", optional = true } hyper-tls = { version = "0.5.0", optional = true }
isahc-crate = { package = "isahc", version = "1.3.1", optional = true } isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
reqwest = { version = "0.11.3", optional = true, default-features = false } reqwest = { version = "0.11.4", optional = true, default-features = false }
ruma-api = { version = "0.17.1", path = "../ruma-api" } ruma-api = { version = "0.17.1", path = "../ruma-api" }
ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true, features = ["client"] } ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true, features = ["client"] }
ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-common = { version = "0.5.4", path = "../ruma-common" }