diff --git a/Cargo.lock b/Cargo.lock index ec8c8e429f1..c1b30c71278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6237,9 +6237,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.3.1" +version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0" +checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993" dependencies = [ "indexmap", "serde", @@ -6262,9 +6262,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.3.1" +version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7" +checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0191a191eb5..ff7c02ad61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] } typomania = { version = "=0.1.2", default-features = false } url = "=2.5.4" -utoipa = { version = "=5.3.1", features = ["chrono"] } +utoipa = { version = "=5.4.0", features = ["chrono"] } utoipa-axum = "=0.2.0" [dev-dependencies] diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 4f3cd0dd50f..daf2841381e 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -25,7 +25,7 @@ sha2 = "=0.10.9" thiserror = "=2.0.12" tracing = "=0.1.41" unicode-xid = "=0.2.6" -utoipa = { version = "=5.3.1", features = ["chrono"] } +utoipa = { version = "=5.4.0", features = ["chrono"] } [dev-dependencies] claims = "=0.8.0"