mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 15:35:48 +08:00
Merge branch 'main' of https://github.com/warp-tech/warpgate into main
This commit is contained in:
commit
983586477a
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue