aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-20 17:23:47 -0400
committerGitHub <noreply@github.com>2023-07-20 17:23:47 -0400
commita828fe433885ab2d425138c134ebbc85861d52d3 (patch)
treed113c64aab33d341cba3dcbf20cef56e70473740
parent17e3ad5a1d5ed1115b75ca7c408457da58054f30 (diff)
downloadxesite-a828fe433885ab2d425138c134ebbc85861d52d3.tar.xz
xesite-a828fe433885ab2d425138c134ebbc85861d52d3.zip
build(deps): bump axum from 0.6.18 to 0.6.19 (#689)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.18 to 0.6.19. - [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.18...axum-v0.6.19) --- 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 e700997..499369b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -148,9 +148,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
-version = "0.6.18"
+version = "0.6.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
+checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c"
dependencies = [
"async-trait",
"axum-core",