From 1234e6e26c8c1bdef24d3a465679a6b2011791df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 20:12:02 +0000 Subject: [PATCH] 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] --- Cargo.lock | 14 +++++++------- warpgate-admin/Cargo.toml | 2 +- warpgate-common/Cargo.toml | 2 +- warpgate-core/Cargo.toml | 2 +- warpgate-protocol-http/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd5614..2b14366 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/warpgate-admin/Cargo.toml b/warpgate-admin/Cargo.toml index 308fc2a..1001cc7 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.48", features = [ +poem = { version = "1.3.50", features = [ "cookie", "session", "anyhow", diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index fd7f03d..020ac2c 100644 --- a/warpgate-common/Cargo.toml +++ b/warpgate-common/Cargo.toml @@ -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", diff --git a/warpgate-core/Cargo.toml b/warpgate-core/Cargo.toml index bcf97bc..cc44523 100644 --- a/warpgate-core/Cargo.toml +++ b/warpgate-core/Cargo.toml @@ -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", diff --git a/warpgate-protocol-http/Cargo.toml b/warpgate-protocol-http/Cargo.toml index 94eb838..082c0cb 100644 --- a/warpgate-protocol-http/Cargo.toml +++ b/warpgate-protocol-http/Cargo.toml @@ -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",