From 0ee79d6c6876c3103da1d131605ef5017631988a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 09:06:06 +0000 Subject: [PATCH] Bump poem-ext from 0.5.2 to 0.5.3 Bumps [poem-ext](https://github.com/Defelo/poem-ext) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/Defelo/poem-ext/releases) - [Changelog](https://github.com/Defelo/poem-ext/blob/develop/release.toml) - [Commits](https://github.com/Defelo/poem-ext/commits/v0.5.3) --- updated-dependencies: - dependency-name: poem-ext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ebf1d7..02da290 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,9 +1061,9 @@ dependencies = [ [[package]] name = "poem-ext" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c920977be5006b4adf09d1c843a0ea5546f362bcbb7bfb7ad27e587e9c3c3c1" +checksum = "39dedea2a795d9aa47430850bd05aed0be3b262970ff61d3255db339f8c78121" dependencies = [ "itertools", "paste", diff --git a/Cargo.toml b/Cargo.toml index db0ddab..4ab427f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ config = { version = "0.13.3", default-features = false, features = ["toml", "js key-rwlock = { version = "0.1.0", default-features = false } once_cell = { version = "1.17.1", default-features = false } poem = { version = "1.3.55", default-features = false, features = ["server"] } -poem-ext = { version = "0.5.2", default-features = false } +poem-ext = { version = "0.5.3", default-features = false } poem-openapi = { version = "2.0.26", default-features = false, features = ["swagger-ui", "redoc", "uuid"] } postcard = { version = "1.0.4", default-features = false, features = ["use-std"] } regex = "1.8.1"