From 729251e549aea08d889c89f664e6b47e301cc730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:14:03 +0000 Subject: [PATCH] Bump axum from 0.8.5 to 0.8.7 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.5 to 0.8.7. - [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.8.5...axum-v0.8.7) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 977c9b4..faefe5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,11 +183,11 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98e529aee37b5c8206bb4bf4c44797127566d72f76952c970bd3d1e85de8f4e2" +checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" dependencies = [ - "axum-core 0.5.4", + "axum-core 0.5.5", "bytes", "form_urlencoded", "futures-util", @@ -237,9 +237,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ac7a6beb1182c7e30253ee75c3e918080bfb83f5a3023bcdf7209d85fd147e6" +checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", @@ -1725,7 +1725,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rusthacking" version = "0.1.0" dependencies = [ - "axum 0.8.5", + "axum 0.8.7", "axum-prometheus", "clap", "metrics-process", diff --git a/Cargo.toml b/Cargo.toml index a1beea7..6fbfd99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.8.5", features = ["http2"] } +axum = { version = "0.8.7", features = ["http2"] } axum-prometheus = "0.7.0" clap = { version = "4.5.48", features = ["derive"] } metrics-process = "2.4.2"