diff --git a/Cargo.lock b/Cargo.lock index c8cf6a0..debb608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3563,9 +3563,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514a48569e4e21c86d0b84b5612b5e73c0b2cf09db63260134ba426d4e8ea714" +checksum = "68e76d357bc95c7d0939c92c04c9269871a8470eea39cb1f0231eeadb0c47d0f" dependencies = [ "indexmap", "serde", @@ -3575,9 +3575,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5629efe65599d0ccd5d493688cbf6e03aa7c1da07fe59ff97cf5977ed0637f66" +checksum = "564b03f8044ad6806bdc0d635e88be24967e785eef096df6b2636d2cc1e05d4b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9b3b623..2b0d543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,6 @@ tower-http = { version = "0.6.2", features = ["full"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.4" -utoipa = { version = "5.2.0", features = ["axum_extras", "uuid", "chrono", "macros"] } +utoipa = { version = "5.3.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "8.0.3", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }