diff --git a/warpgate-admin/Cargo.toml b/warpgate-admin/Cargo.toml index d134faa0..99b82e19 100644 --- a/warpgate-admin/Cargo.toml +++ b/warpgate-admin/Cargo.toml @@ -12,7 +12,7 @@ chrono = "0.4" futures = "0.3" hex = "0.4" mime_guess = { version = "2.0", default_features = false } -poem = { version = "^1.3.30", features = [ +poem = { version = "^1.3.36", features = [ "cookie", "session", "anyhow", diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index 44cc0fc5..a44e23db 100644 --- a/warpgate-common/Cargo.toml +++ b/warpgate-common/Cargo.toml @@ -16,7 +16,7 @@ lazy_static = "1.4" once_cell = "1.10" packet = "0.1" password-hash = "0.4" -poem = "^1.3.30" +poem = "^1.3.36" poem-openapi = { version = "2.0.4", features = [ "swagger-ui", "chrono", diff --git a/warpgate-protocol-http/Cargo.toml b/warpgate-protocol-http/Cargo.toml index 903bc639..db860b79 100644 --- a/warpgate-protocol-http/Cargo.toml +++ b/warpgate-protocol-http/Cargo.toml @@ -13,7 +13,7 @@ delegate = "0.6" futures = "0.3" http = "0.2" lazy_static = "1.4" -poem = {version = "^1.3.30", features = ["cookie", "session", "anyhow", "rustls", "websocket", "sse", "embed"]} +poem = {version = "^1.3.36", features = ["cookie", "session", "anyhow", "rustls", "websocket", "sse", "embed"]} poem-openapi = {version = "^2.0.4", features = ["swagger-ui"]} reqwest = {version = "0.11", features = ["rustls-tls-native-roots", "stream"]} serde = "1.0"