From 4eca239f0f466915fb05cd8fc04b7f4869e07299 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 20 May 2025 17:21:22 +0200 Subject: [PATCH] upgrade utoipa --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 205e4c2..e88cb43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-patch" -version = "4.0.0" +version = "4.1.0" authors = ["Ivan Dubrov "] categories = [] keywords = ["json", "json-patch"] @@ -20,7 +20,7 @@ schemars = { version = "0.8", optional = true } serde = { version = "1.0.159", features = ["derive"] } serde_json = "1.0.95" thiserror = "1.0.40" -utoipa = { version = "4.0", optional = true } +utoipa = { version = "5", optional = true } [dev-dependencies] expectorate = "1.0" @@ -28,4 +28,4 @@ rand = "0.8.5" schemars = "0.8.22" serde_json = { version = "1.0.95", features = ["preserve_order"] } serde_yaml = "0.9.19" -utoipa = { version = "4.0", features = ["debug"] } +utoipa = { version = "5", features = ["debug"] }