diff --git a/Cargo.lock b/Cargo.lock index 013de9b9b..3047c995c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "axum-auth" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "620b37645b77baab8160f93421568d7b3dd25da0a160fab38eb1c4ef611f6d98" +checksum = "fe42cdd03ddd244e9e2f5ceb7c6e1d6a123db07cdb8570250392459ef635a016" dependencies = [ "async-trait", "axum-core", diff --git a/server/core/Cargo.toml b/server/core/Cargo.toml index 8fbbb79dc..ab1ac26f6 100644 --- a/server/core/Cargo.toml +++ b/server/core/Cargo.toml @@ -14,7 +14,7 @@ repository = { workspace = true } [dependencies] async-trait = { workspace = true } axum = { workspace = true } -axum-auth = "0.4.0" +axum-auth = "0.4.1" axum-csp = { workspace = true } axum-macros = "0.3.8" axum-server = { version = "0.5.1", features = ["tls-openssl"] }