mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Remove unused rustversion dependency of axum-core (#3502)
This commit is contained in:
Generated
-1
@@ -359,7 +359,6 @@ dependencies = [
|
||||
"hyper",
|
||||
"mime",
|
||||
"pin-project-lite",
|
||||
"rustversion",
|
||||
"sync_wrapper",
|
||||
"tokio",
|
||||
"tower-http",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user