Release axum 0.8.6 and related crates

This commit is contained in:
David Mládek
2025-09-30 12:03:26 +02:00
parent 4a50581968
commit c1bb9c3e90
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.8.5" # remember to bump the version that axum-extra depends on
version = "0.8.6" # remember to bump the version that axum-extra depends on
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"
@@ -52,7 +52,7 @@ __private_docs = [
__private = ["tokio", "http1", "dep:reqwest"]
[dependencies]
axum-core = { path = "../axum-core", version = "0.5.3" }
axum-core = { path = "../axum-core", version = "0.5.5" }
bytes = "1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "1.0.0"