Upgrade axum

This commit is contained in:
Diggory Blake 2024-04-22 16:49:50 +01:00
parent 4d0f5f3dc7
commit e1b3cc82ce
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40

View file

@ -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 }