diff --git a/Cargo.lock b/Cargo.lock index d5a95d2..aba9afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", diff --git a/search-rest/Cargo.toml b/search-rest/Cargo.toml index d0a4892..e2a5889 100644 --- a/search-rest/Cargo.toml +++ b/search-rest/Cargo.toml @@ -39,7 +39,7 @@ tower-http = { version = "0.4", features = [ "trace", "sensitive-headers", ] } -axum = { version = "0.6.10", default-features = false, features = [ +axum = { version = "0.6.20", default-features = false, features = [ "json", "matched-path", "original-uri",