From cb6c1d1959b62c5f2f26f80089971794dc0c6d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:45:19 +0000 Subject: [PATCH] build(deps): bump axum from 0.7.7 to 0.7.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.7 to 0.7.9. - [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.7.7...axum-v0.7.9) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- repology-webapp-test-utils/Cargo.toml | 2 +- repology-webapp/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea4c367..75f4237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,9 +192,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", diff --git a/repology-webapp-test-utils/Cargo.toml b/repology-webapp-test-utils/Cargo.toml index 98f10f2..6c04035 100644 --- a/repology-webapp-test-utils/Cargo.toml +++ b/repology-webapp-test-utils/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.93" -axum = "0.7.7" +axum = "0.7.9" bytes = "1.8.0" json = "0.12.4" mime = "0.3.17" diff --git a/repology-webapp/Cargo.toml b/repology-webapp/Cargo.toml index 684d00c..3a9eccb 100644 --- a/repology-webapp/Cargo.toml +++ b/repology-webapp/Cargo.toml @@ -9,7 +9,7 @@ coverage = [] # used to calculate coverage correctly (see https://github.com/ru [dependencies] anyhow = "1.0.93" askama = "0.12.1" -axum = { version = "0.7.7", features = ["macros"] } +axum = { version = "0.7.9", features = ["macros"] } chrono = { version = "0.4.38", default-features = false, features = ["std", "now"] } cityhasher = "0.1.0" clap = { version = "4.5.20", features = ["derive"] }