Remove unused rustversion dependency of axum-core (#3502)

This commit is contained in:
Jonas Platte
2025-09-28 22:01:13 +02:00
parent a1d22f68a5
commit 0c96ead9d1
3 changed files with 6 additions and 2 deletions
Generated
-1
View File
@@ -352,7 +352,6 @@ dependencies = [
"hyper 1.7.0",
"mime",
"pin-project-lite",
"rustversion",
"sync_wrapper 1.0.2",
"tokio",
"tower-http 0.6.6",
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Unreleased
- **fixed:** Removed unused `rustversion` dependency ([#3502])
[#3502]: https://github.com/tokio-rs/axum/pull/3502
# 0.5.3
- **added:** `DefaultBodyLimit::apply` for changing the `DefaultBodyLimit` inside extractors.
-1
View File
@@ -25,7 +25,6 @@ http-body = "1.0.0"
http-body-util = "0.1.0"
mime = "0.3.16"
pin-project-lite = "0.2.7"
rustversion = "1.0.9"
sync_wrapper = "1.0.0"
tower-layer = "0.3"
tower-service = "0.3"