mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Upgrade axum
This commit is contained in:
parent
4d0f5f3dc7
commit
e1b3cc82ce
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aerosol"
|
||||
version = "1.0.0-alpha.8"
|
||||
version = "1.0.0-alpha.9"
|
||||
authors = ["Diggory Blake <diggsey@googlemail.com>"]
|
||||
edition = "2018"
|
||||
description = "Simple dependency injection for Rust"
|
||||
|
|
@ -20,8 +20,8 @@ axum-extra = ["axum", "dep:axum-extra"]
|
|||
parking_lot = "0.12.1"
|
||||
anymap = { version = "1.0.0-beta.2", features = ["hashbrown"] }
|
||||
async-trait = { version = "0.1", optional = true }
|
||||
axum = { version = "0.6", optional = true }
|
||||
axum-extra = { version = "0.7.7", optional = true, features = [
|
||||
axum = { version = "0.7.5", optional = true }
|
||||
axum-extra = { version = "0.9.3", optional = true, features = [
|
||||
"cookie-private",
|
||||
] }
|
||||
tracing = { version = "0.1", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue