diff --git a/Cargo.lock b/Cargo.lock index 8232a89..9fa0f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76" +checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970" dependencies = [ "axum", "axum-core", diff --git a/bin/all-o-stasis/Cargo.toml b/bin/all-o-stasis/Cargo.toml index 3f07094..8cc4bbf 100644 --- a/bin/all-o-stasis/Cargo.toml +++ b/bin/all-o-stasis/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" otp = { path = "../../crates/otp", version = "0.1.0" } built = { version = "0.8", features = ["git2"] } axum = { version = "0.8.9", features = ["ws"] } -axum-extra = { version = "0.12.5", features = ["cookie", "typed-header"] } +axum-extra = { version = "0.12.6", features = ["cookie", "typed-header"] } chrono = "0.4.38" cookie = "0.18" firestore = "0.48"