axum 0.8.9

This commit is contained in:
Yann Simon
2026-04-03 08:49:48 +02:00
committed by Alice Ryhl
parent c3fcebb38f
commit 0ec9041a1b
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -292,7 +292,7 @@ dependencies = [
[[package]]
name = "axum"
version = "0.8.8"
version = "0.8.9"
dependencies = [
"anyhow",
"axum-core",
+1 -1
View File
@@ -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 }
+1 -1
View File
@@ -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"