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"] }