1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

bump zstd to 0.12

This commit is contained in:
Rob Ede
2022-12-18 01:31:06 +00:00
parent ede645ee4e
commit 17f7cd2aae
3 changed files with 5 additions and 8 deletions

View File

@ -87,7 +87,7 @@ cookie = { version = "0.16", features = ["percent-encode"], optional = true }
tls-openssl = { package = "openssl", version = "0.10.9", optional = true }
tls-rustls = { package = "rustls", version = "0.20.0", optional = true, features = ["dangerous_configuration"] }
trust-dns-resolver = { version = "0.21", optional = true }
trust-dns-resolver = { version = "0.22", optional = true }
[dev-dependencies]
actix-http = { version = "3", features = ["openssl"] }
@ -107,7 +107,7 @@ static_assertions = "1.1"
rcgen = "0.9"
rustls-pemfile = "1"
tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros"] }
zstd = "0.11"
zstd = "0.12"
[[example]]
name = "client"