aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 10:38:04 -0400
committerGitHub <noreply@github.com>2022-06-29 10:38:04 -0400
commitb5b804e083fbb504ae52be64fd527f715ad39a76 (patch)
tree37276cf90dc63af53cfea9bab8f97e3068934ca2
parent7828552ccae1e5611a253561cf3baceaeb07be62 (diff)
downloadxesite-b5b804e083fbb504ae52be64fd527f715ad39a76.tar.xz
xesite-b5b804e083fbb504ae52be64fd527f715ad39a76.zip
build(deps): bump axum from 0.5.9 to 0.5.10 (#504)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.9 to 0.5.10. - [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-v0.5.9...axum-v0.5.10) --- updated-dependencies: - dependency-name: axum 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.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 38269ee..494c2ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "axum"
-version = "0.5.9"
+version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629"
+checksum = "db018aeacdb84550c2c6c5a1c1f553f2a330294222f45c1dbe24f0b3d2320c01"
dependencies = [
"async-trait",
"axum-core",
@@ -218,7 +218,7 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4a22e494aab08f7fb9e9b462e49e4c1637dd9a4bfa4250e9addfdbafc1a022"
dependencies = [
- "axum 0.5.9",
+ "axum 0.5.10",
"bytes",
"http",
"mime",
@@ -3210,7 +3210,7 @@ dependencies = [
name = "xesite"
version = "2.4.0"
dependencies = [
- "axum 0.5.9",
+ "axum 0.5.10",
"axum-extra",
"axum-macros",
"cfcache",