aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-15 07:58:04 -0400
committerGitHub <noreply@github.com>2022-07-15 07:58:04 -0400
commitd7b817b22db9e10dbdfe97082ec2330e13cfff18 (patch)
tree57fb83e7e5a2a66ee758bb9040cd3b2e7c3d6c35
parent08ccd4088856b3f936d423ddeaf5b00621df434e (diff)
downloadxesite-d7b817b22db9e10dbdfe97082ec2330e13cfff18.tar.xz
xesite-d7b817b22db9e10dbdfe97082ec2330e13cfff18.zip
build(deps): bump axum from 0.5.12 to 0.5.13 (#517)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.12 to 0.5.13. - [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.12...axum-v0.5.13) --- 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 3e38c80..08a092e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "axum"
-version = "0.5.12"
+version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d16705af05732b7d3258ec0f7b73c03a658a28925e050d8852d5b568ee8bcf4e"
+checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648"
dependencies = [
"async-trait",
"axum-core",
@@ -218,7 +218,7 @@ version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "277c75e6c814b061ae4947d02335d9659db9771b9950cca670002ae986372f44"
dependencies = [
- "axum 0.5.12",
+ "axum 0.5.13",
"bytes",
"futures-util",
"http",
@@ -3212,7 +3212,7 @@ dependencies = [
name = "xesite"
version = "2.4.0"
dependencies = [
- "axum 0.5.12",
+ "axum 0.5.13",
"axum-extra",
"axum-macros",
"cfcache",