aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 20:46:05 -0500
committerGitHub <noreply@github.com>2023-02-22 20:46:05 -0500
commit85a90d231161dc7bd9190602adbb9f9727a59457 (patch)
tree4e57ce82f09a125fc4bfd3f1ebd01f02daf8b82c
parent0a69334f158be815b8954ccb38ce6accb3be9472 (diff)
downloadxesite-85a90d231161dc7bd9190602adbb9f9727a59457.tar.xz
xesite-85a90d231161dc7bd9190602adbb9f9727a59457.zip
build(deps): bump axum-extra from 0.4.2 to 0.5.0 (#608)
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.4.2 to 0.5.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.4.2...axum-extra-v0.5.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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d769e76..e16cc62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -202,9 +202,9 @@ dependencies = [
[[package]]
name = "axum-extra"
-version = "0.4.2"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
+checksum = "51227033e4d3acad15c879092ac8a228532707b5db5ff2628f638334f63e1b7a"
dependencies = [
"axum",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index afedd14..5ebc4df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ license = "zlib"
[dependencies]
axum = { version = "0.6", features = ["headers"] }
axum-macros = "0.3"
-axum-extra = { version = "0.4", features = ["spa"] }
+axum-extra = { version = "0.5", features = ["spa"] }
color-eyre = "0.6"
chrono = "0.4"
derive_more = "0.99"