diff --git a/Cargo.lock b/Cargo.lock index 1bf218d3..ce9a9e49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "277c75e6c814b061ae4947d02335d9659db9771b9950cca670002ae986372f44" +checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb" dependencies = [ "axum", "bytes 1.2.1", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index dbad5c73..fdf1fcc0 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.57" axum = { version = "0.5.15", features = ["headers"] } -axum-extra = { version = "0.3.6", features = ["cookie-private"] } +axum-extra = { version = "0.3.7", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.20" data-encoding = "2.3.2" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 166f1e8f..ecd90a82 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ tower = "0.4.13" tower-http = { version = "0.3.4", features = ["cors"] } axum = "0.5.15" axum-macros = "0.2.3" -axum-extra = { version = "0.3.6", features = ["cookie-private"] } +axum-extra = { version = "0.3.7", features = ["cookie-private"] } # Emails lettre = { version = "0.10.1", default-features = false, features = ["builder"] }