bump deps

This commit is contained in:
Aode (lion) 2021-12-03 11:36:29 -06:00
parent 6f286375f9
commit 53be90297d

View file

@ -27,10 +27,10 @@ name = "client"
required-features = ["client", "sha-2"]
[dependencies]
actix-http = { version = "3.0.0-beta.11", default-features = false }
actix-rt = "2.3.0"
actix-web = { version = "4.0.0-beta.10", default-features = false, optional = true }
awc = { version = "3.0.0-beta.9", default-features = false, optional = true }
actix-http = { version = "3.0.0-beta.14", default-features = false }
actix-rt = "2.5.0"
actix-web = { version = "4.0.0-beta.13", default-features = false, optional = true }
awc = { version = "3.0.0-beta.12", default-features = false, optional = true }
base64 = { version = "0.13", optional = true }
chrono = "0.4.6"
futures-util = { version = "0.3", default-features = false }
@ -45,7 +45,7 @@ tracing-futures = "0.2"
[dev-dependencies]
actix-rt = "2.3.0"
tracing-actix-web = { version = "0.5.0-beta.1" }
tracing-actix-web = { version = "0.5.0-beta.3" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
[package.metadata.docs.rs]