From ceccb7d0622e0fe1f4a1d50e203834c4b8e27a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:07:54 +0000 Subject: [PATCH] chore(deps): bump axum from 0.8.1 to 0.8.3 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.1 to 0.8.3. - [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/commits/axum-v0.8.3) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- crates/cs2kz-api/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f563413a..4a413855 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,11 +192,11 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" +checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" dependencies = [ - "axum-core 0.5.0", + "axum-core 0.5.2", "axum-macros", "base64 0.22.1", "bytes", @@ -245,12 +245,12 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" +checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" dependencies = [ "bytes", - "futures-util", + "futures-core", "http", "http-body", "http-body-util", @@ -268,8 +268,8 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "460fc6f625a1f7705c6cf62d0d070794e94668988b1c38111baeec177c715f7b" dependencies = [ - "axum 0.8.1", - "axum-core 0.5.0", + "axum 0.8.3", + "axum-core 0.5.2", "bytes", "cookie", "futures-util", @@ -603,7 +603,7 @@ name = "cs2kz-api" version = "0.0.0" dependencies = [ "anyhow", - "axum 0.8.1", + "axum 0.8.3", "axum-extra", "bytes", "clap", diff --git a/crates/cs2kz-api/Cargo.toml b/crates/cs2kz-api/Cargo.toml index d5fbd60c..9adb261d 100644 --- a/crates/cs2kz-api/Cargo.toml +++ b/crates/cs2kz-api/Cargo.toml @@ -111,7 +111,7 @@ version = "0.26.1" default-features = false [dependencies.axum] -version = "0.8.1" +version = "0.8.3" default-features = false features = ["macros", "tokio", "http1", "http2", "ws"]