diff --git a/Cargo.lock b/Cargo.lock index a368a7e..682d7ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3139,9 +3139,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utoipa" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acc57ed64ea2832ec73d6d04d82449d16276f4b5b0151362465d9783edb8735" +checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" dependencies = [ "indexmap 2.2.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2c80c43..23c1706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.5.2", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -utoipa = { version = "4.2.2", features = ["axum_extras", "uuid", "chrono"] } +utoipa = { version = "4.2.3", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "7.0.0", features = ["axum"] } uuid = { version = "1.8.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = "2.5.0"