bumped poem-openapi

This commit is contained in:
Eugene Pankov 2023-01-09 21:29:37 +01:00
parent 9f44f618ae
commit e852140f75
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
8 changed files with 13 additions and 23 deletions

22
Cargo.lock generated
View file

@ -2723,7 +2723,7 @@ dependencies = [
"pin-project-lite",
"poem-derive",
"priority-queue",
"quick-xml 0.26.0",
"quick-xml",
"rand 0.8.5",
"regex",
"rfc7239",
@ -2758,9 +2758,9 @@ dependencies = [
[[package]]
name = "poem-openapi"
version = "2.0.19"
version = "2.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e68158d48bdd60ac602f0c208d883968c649f129490db8aa53d8c1b6d23a2413"
checksum = "adfa635c582f266cc150fccc794672c93837bf66e9008d51e8df3571548f1c12"
dependencies = [
"base64",
"bytes",
@ -2771,7 +2771,7 @@ dependencies = [
"num-traits",
"poem",
"poem-openapi-derive",
"quick-xml 0.23.1",
"quick-xml",
"regex",
"serde",
"serde_json",
@ -2784,9 +2784,9 @@ dependencies = [
[[package]]
name = "poem-openapi-derive"
version = "2.0.19"
version = "2.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0609f742c168bf91759a1558d4c2d2d279cfa856e39f2b24d12e1f95f998d2f"
checksum = "a78b99aa96e451e6a8dd9c35085351b6d2cc6b7ff21cf7ee4b5b3efca0c5e8e3"
dependencies = [
"darling",
"http",
@ -2934,16 +2934,6 @@ dependencies = [
"prost",
]
[[package]]
name = "quick-xml"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "quick-xml"
version = "0.26.0"

View file

@ -18,7 +18,7 @@ poem = { version = "1.3.50", features = [
"anyhow",
"websocket",
] }
poem-openapi = { version = "2.0.19", features = [
poem-openapi = { version = "2.0.21", features = [
"swagger-ui",
"chrono",
"uuid",

View file

@ -17,7 +17,7 @@ futures = "0.3"
once_cell = "1.14"
password-hash = "0.4"
poem = { version = "1.3.50", features = ["rustls"] }
poem-openapi = { version = "2.0.19", features = [
poem-openapi = { version = "2.0.21", features = [
"swagger-ui",
"chrono",
"uuid",

View file

@ -21,7 +21,7 @@ once_cell = "1.14"
packet = "0.1"
password-hash = "0.4"
poem = { version = "1.3.50", features = ["rustls"] }
poem-openapi = { version = "2.0.19", features = [
poem-openapi = { version = "2.0.21", features = [
"swagger-ui",
"chrono",
"uuid",

View file

@ -6,7 +6,7 @@ version = "0.7.0"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
poem-openapi = { version = "2.0.19", features = ["chrono", "uuid"] }
poem-openapi = { version = "2.0.21", features = ["chrono", "uuid"] }
sea-orm = { version = "0.10.5", features = [
"macros",
"with-chrono",

View file

@ -23,7 +23,7 @@ poem = { version = "^1.3.50", features = [
"sse",
"embed",
] }
poem-openapi = { version = "2.0.19", features = ["swagger-ui"] }
poem-openapi = { version = "2.0.21", features = ["swagger-ui"] }
reqwest = { version = "0.11", features = ["rustls-tls-native-roots", "stream"] }
serde = "1.0"
serde_json = "1.0"

View file

@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Warpgate Web Admin",
"version": "0.6.4"
"version": "0.7.0"
},
"servers": [
{

View file

@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Warpgate HTTP proxy",
"version": "0.6.4"
"version": "0.7.0"
},
"servers": [
{