diff --git a/Cargo.lock b/Cargo.lock index 8d25292..62a3893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3899,9 +3899,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.4.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993" +checksum = "8bde15df68e80b16c7d16b9616e80770ad158988daa56a27dccd1e55558b0160" dependencies = [ "indexmap", "serde", @@ -3911,9 +3911,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.4.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b" +checksum = "6ba0b99ee52df3028635d93840c797102da61f8a7bb3cf751032455895b52ef8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 23af31a..911ea2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,6 +69,6 @@ tower-http = { version = "0.6.8", features = ["cors"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } url = "2.5.8" -utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] } +utoipa = { version = "5.5.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] } uuid = { version = "1.23.1", features = ["v7", "serde"] }