From 70b2cc5408c28cf6ee7a21adb31d83b3c49e551f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:41:51 -0400 Subject: [PATCH] build(deps): bump axum-extra from 0.3.4 to 0.3.5 (#503) Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.4...axum-extra-v0.3.5) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 494c2ed..52493f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,12 +214,13 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4a22e494aab08f7fb9e9b462e49e4c1637dd9a4bfa4250e9addfdbafc1a022" +checksum = "67512287c1ae2a58c3b8f86f99f53ae79e33e2015c1560f506c1d2951868dd7a" dependencies = [ "axum 0.5.10", "bytes", + "futures-util", "http", "mime", "pin-project-lite",