build(deps): bump axum-extra from 0.2.0 to 0.3.0 (#460)

Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.2.0 to 0.3.0.
- [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.2.0...axum-extra-v0.3.0)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-27 09:06:44 -04:00 committed by GitHub
parent ad2f5c739f
commit 4170e3b78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 6 deletions

28
Cargo.lock generated
View File

@ -154,7 +154,7 @@ dependencies = [
"sync_wrapper",
"tokio",
"tower",
"tower-http",
"tower-http 0.2.5",
"tower-layer",
"tower-service",
]
@ -175,9 +175,9 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff3819ded1be91d7ee2cd9f0466aa345cc70ba0b0035ed47e3eac6427f83b81a"
checksum = "a00a7085c512df12d4e07a862b23a3b3bfe5326ecfc4185b49fb15c8850ba406"
dependencies = [
"axum",
"bytes",
@ -185,7 +185,7 @@ dependencies = [
"mime",
"pin-project-lite",
"tower",
"tower-http",
"tower-http 0.3.0",
"tower-layer",
"tower-service",
]
@ -2390,6 +2390,24 @@ dependencies = [
"tracing",
]
[[package]]
name = "tower-http"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79dd37121c38240c4b4fe6520332406218bbf876f2f690fe9e406020189366fd"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.1"
@ -2853,7 +2871,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tower",
"tower-http",
"tower-http 0.2.5",
"tracing",
"tracing-futures",
"tracing-subscriber",

View File

@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site"
[dependencies]
axum = "0.5"
axum-macros = "0.2"
axum-extra = "0.2"
axum-extra = "0.3"
color-eyre = "0.6"
chrono = "0.4"
comrak = "0.12.1"