Bump poem from 1.3.48 to 1.3.50

Bumps [poem](https://github.com/poem-web/poem) from 1.3.48 to 1.3.50.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-01 20:12:02 +00:00 committed by Eugene
parent 8354643e3f
commit 1234e6e26c
5 changed files with 11 additions and 11 deletions

14
Cargo.lock generated
View file

@ -2699,9 +2699,9 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]]
name = "poem"
version = "1.3.48"
version = "1.3.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260f16c6c484d4a3920efc81df282a529381fd3e4f35b19e6a9e7181a5990478"
checksum = "11c25b3110592eac1a2e0cc366524df2f920eba6a8a438828f7ad196ecec911d"
dependencies = [
"anyhow",
"async-trait",
@ -2723,7 +2723,7 @@ dependencies = [
"pin-project-lite",
"poem-derive",
"priority-queue",
"quick-xml 0.25.0",
"quick-xml 0.26.0",
"rand 0.8.5",
"regex",
"rfc7239",
@ -2746,9 +2746,9 @@ dependencies = [
[[package]]
name = "poem-derive"
version = "1.3.48"
version = "1.3.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d372ab8ac89eec1c2551f04bf15b021c41fbb66d0920bd42772da802cf891413"
checksum = "9de3ad7c191f60457a5b1061ca8220f19d391de14a6774c7d5a67ab8a124f443"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@ -2946,9 +2946,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9"
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
"serde",

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.48", features = [
poem = { version = "1.3.50", features = [
"cookie",
"session",
"anyhow",

View file

@ -16,7 +16,7 @@ humantime-serde = "1.1"
futures = "0.3"
once_cell = "1.14"
password-hash = "0.4"
poem = { version = "1.3.48", features = ["rustls"] }
poem = { version = "1.3.50", features = ["rustls"] }
poem-openapi = { version = "2.0.19", features = [
"swagger-ui",
"chrono",

View file

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

View file

@ -14,7 +14,7 @@ delegate = "0.6"
futures = "0.3"
http = "0.2"
once_cell = "1.14"
poem = { version = "^1.3.48", features = [
poem = { version = "^1.3.50", features = [
"cookie",
"session",
"anyhow",