diff --git a/Cargo.lock b/Cargo.lock index 40735f6df..526c1c008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,9 +432,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.18" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" +checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 487d14c8d..c18c58f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ repository = "https://github.com/kanidm/kanidm/" argon2 = { version = "0.5.1", features = ["alloc"] } async-recursion = "1.0.4" async-trait = "^0.1.71" -axum = {version = "0.6.18", features = ["json", "http2", "macros", "tracing", "headers", "original-uri", "query", "form", "http2"]} +axum = {version = "0.6.19", features = ["json", "http2", "macros", "tracing", "headers", "original-uri", "query", "form", "http2"]} axum-csp = { version = "0.0.5" } base32 = "^0.4.0" base64 = "^0.21.0"