diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 2a2aed1658..8f5997d5dc 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -99,7 +99,7 @@ sync_wrapper = { version = "0.1.2", features = ["futures"] } multer = { version = "3.0.0", features = ["tokio"], optional = true } tokio-tungstenite = { version = "0.21.0", optional = true } tokio-rustls = { workspace = true, optional = true } -rustls-pemfile = { version = "1.0.0", optional = true } +rustls-pemfile = { version = "2.0.0", optional = true } async-compression = { version = "0.4.0", optional = true, features = [ "tokio", "gzip",