aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-20 15:10:12 -0400
committerGitHub <noreply@github.com>2022-06-20 15:10:12 -0400
commit50dcfbb19deca6d18dc5a85c0e3975a27e9b683d (patch)
treebe7feab6b4de5c018a1b3148a8e376349aff96d7
parentaeab6536e07f5a0feeb28d68a114464adb1206f1 (diff)
downloadxesite-50dcfbb19deca6d18dc5a85c0e3975a27e9b683d.tar.xz
xesite-50dcfbb19deca6d18dc5a85c0e3975a27e9b683d.zip
build(deps): bump axum from 0.5.7 to 0.5.8 (#497)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.7 to 0.5.8. - [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.7...axum-v0.5.8) --- 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.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 953bd00..30fab17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "axum"
-version = "0.5.7"
+version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc47084705629d09d15060d70a8dbfce479c842303d05929ce29c74c995916ae"
+checksum = "8b4d4f9a5ca8b1ab8de59e663e68c6207059239373ca72980f5be7ab81231f74"
dependencies = [
"async-trait",
"axum-core",
@@ -200,9 +200,9 @@ dependencies = [
[[package]]
name = "axum-core"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2efed1c501becea07ce48118786ebcf229531d0d3b28edf224a720020d9e106"
+checksum = "cf4d047478b986f14a13edad31a009e2e05cb241f9805d0d75e4cba4e129ad4d"
dependencies = [
"async-trait",
"bytes",
@@ -218,7 +218,7 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4a22e494aab08f7fb9e9b462e49e4c1637dd9a4bfa4250e9addfdbafc1a022"
dependencies = [
- "axum 0.5.7",
+ "axum 0.5.8",
"bytes",
"http",
"mime",
@@ -3199,7 +3199,7 @@ dependencies = [
name = "xesite"
version = "2.4.0"
dependencies = [
- "axum 0.5.7",
+ "axum 0.5.8",
"axum-extra",
"axum-macros",
"cfcache",