mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Remove unused rustversion dependency of axum-core (#3502)
This commit is contained in:
Generated
-1
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user