From e1b3cc82ce0d1fb1fe794da820642a30a5d514dc Mon Sep 17 00:00:00 2001 From: Diggory Blake Date: Mon, 22 Apr 2024 16:49:50 +0100 Subject: [PATCH] Upgrade axum --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3ba514..307e7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aerosol" -version = "1.0.0-alpha.8" +version = "1.0.0-alpha.9" authors = ["Diggory Blake "] 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 }