From 8309fbd301dfe5d8147768f816e0909ada5ddc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:54:48 +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 ++-- crates/rsjudge-grpc/Cargo.toml | 2 +- crates/rsjudge-rest/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ce7958..2cd12c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[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/crates/rsjudge-grpc/Cargo.toml b/crates/rsjudge-grpc/Cargo.toml index ff52daf..224cd43 100644 --- a/crates/rsjudge-grpc/Cargo.toml +++ b/crates/rsjudge-grpc/Cargo.toml @@ -24,7 +24,7 @@ tokio-stream = "0.1.16" tonic = "0.12.3" # Optional dependencies -axum = "0.7.7" +axum = "0.7.9" rsjudge-traits.workspace = true serde = { workspace = true, optional = true } diff --git a/crates/rsjudge-rest/Cargo.toml b/crates/rsjudge-rest/Cargo.toml index a9a4952..6f41ee8 100644 --- a/crates/rsjudge-rest/Cargo.toml +++ b/crates/rsjudge-rest/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -axum = "0.7.7" +axum = "0.7.9" rsjudge-traits.workspace = true serde.workspace = true tokio = { workspace = true, features = ["net"] }