This commit is contained in:
Eugene Pankov 2022-07-26 23:55:35 +02:00
commit 983586477a
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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"