mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
Merge remote-tracking branch 'origin/v0.8.x' into mladedav/v0.8.6
This commit is contained in:
@@ -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
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user