Merge remote-tracking branch 'origin/v0.8.x' into mladedav/v0.8.6

This commit is contained in:
David Mládek
2025-09-30 14:29:20 +02:00
7 changed files with 21 additions and 9 deletions
+4
View File
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3478]: https://github.com/tokio-rs/axum/pull/3478
[#3489]: https://github.com/tokio-rs/axum/pull/3489
# 0.8.6
Released without changes to fix docs.rs build.
# 0.8.5
- **fixed:** Reject JSON request bodies with trailing characters after the JSON document ([#3453])
+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"
@@ -94,7 +94,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-core = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }