From 0ec9041a1b903778a91a23558e064a83b43674c1 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Wed, 25 Mar 2026 11:10:15 +0100 Subject: [PATCH] axum 0.8.9 --- Cargo.lock | 2 +- axum-extra/Cargo.toml | 2 +- axum/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf9b89b5..4d5dd081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,7 +292,7 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" dependencies = [ "anyhow", "axum-core", diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 5b36f07f..8b3fd8f7 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -90,7 +90,7 @@ tower-layer = "0.3" tower-service = "0.3" # optional dependencies -axum = { path = "../axum", version = "0.8.8", default-features = false, optional = true } +axum = { path = "../axum", version = "0.8.9", default-features = false, optional = true } axum-macros = { path = "../axum-macros", version = "0.5.0", optional = true } cookie = { package = "cookie", version = "0.18.0", features = ["percent-encode"], optional = true } fastrand = { version = "2.1.0", optional = true } diff --git a/axum/Cargo.toml b/axum/Cargo.toml index c6c28a45..25a8d50f 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.8.8" # remember to bump the version that axum-extra depends on +version = "0.8.9" # remember to bump the version that axum-extra depends on categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "HTTP routing and request handling library that focuses on ergonomics and modularity" edition = "2021"