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

This commit is contained in:
Jonas Platte
2025-09-28 21:46:54 +02:00
committed by GitHub
parent f791ec3879
commit 858146d1f1
3 changed files with 6 additions and 2 deletions
Generated
-1
View File
@@ -359,7 +359,6 @@ dependencies = [
"hyper",
"mime",
"pin-project-lite",
"rustversion",
"sync_wrapper",
"tokio",
"tower-http",
+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
@@ -42,7 +42,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"