aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 10:41:51 -0400
committerGitHub <noreply@github.com>2022-06-29 10:41:51 -0400
commit70b2cc5408c28cf6ee7a21adb31d83b3c49e551f (patch)
tree8a3ec58cc800034ec1ee713affaf3e7f09bc014c
parentb5b804e083fbb504ae52be64fd527f715ad39a76 (diff)
downloadxesite-70b2cc5408c28cf6ee7a21adb31d83b3c49e551f.tar.xz
xesite-70b2cc5408c28cf6ee7a21adb31d83b3c49e551f.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock5
1 files 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",