aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-15 08:07:27 -0400
committerGitHub <noreply@github.com>2023-05-15 08:07:27 -0400
commit733d63f200b12eda3ecf36317e1f9f41fc243166 (patch)
tree4be8be91257c3e69fa0698c15ec85b89b6150761
parent8d7cafdd67c147c276258316f206215079b9fbce (diff)
downloadxesite-733d63f200b12eda3ecf36317e1f9f41fc243166.tar.xz
xesite-733d63f200b12eda3ecf36317e1f9f41fc243166.zip
build(deps): bump axum from 0.6.17 to 0.6.18 (#652)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.17 to 0.6.18. - [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.6.17...axum-v0.6.18) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a518436..3c36dd8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -153,9 +153,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
-version = "0.6.17"
+version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4"
+checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
dependencies = [
"async-trait",
"axum-core",