diff --git a/Cargo.lock b/Cargo.lock index 1ab98ca50..cf945062f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.72" +version = "0.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c2d0b2ab8..2b65e8493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ kanidm_utils_users = { path = "./libs/users" } serde_with = "3.2.0" argon2 = { version = "0.5.1", features = ["alloc"] } async-recursion = "1.0.4" -async-trait = "^0.1.72" +async-trait = "^0.1.73" axum = {version = "0.6.20", features = ["json", "http2", "macros", "tracing", "headers", "original-uri", "query", "form", "http2"]} axum-csp = { version = "0.0.5" } base32 = "^0.4.0"