axum: Version 0.5.14 (#1193)

Backports these PRs to 0.5.x

- #1192
- #1185
- #1178
- #1171
This commit is contained in:
David Pedersen
2022-07-25 20:45:52 +02:00
committed by GitHub
parent 2d5ac3e8b9
commit e6a75a22ec
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
# 0.5.14 (25. July, 2022)
- **fixed:** Don't expose internal type names in `QueryRejection` response. ([#1171])
- **fixed:** Improve performance of JSON serialization ([#1178])
- **fixed:** Improve build times by generating less IR ([#1192])
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.5.13"
version = "0.5.14"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"