We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bdcf6 commit 85a7f20Copy full SHA for 85a7f20
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "json-patch"
3
-version = "4.0.0"
+version = "4.1.0"
4
authors = ["Ivan Dubrov <dubrov.ivan@gmail.com>"]
5
categories = []
6
keywords = ["json", "json-patch"]
@@ -20,12 +20,12 @@ schemars = { version = "1.0.4", optional = true }
20
serde = { version = "1.0.159", features = ["derive"] }
21
serde_json = "1.0.95"
22
thiserror = "1.0.40"
23
-utoipa = { version = "4.0", optional = true }
+utoipa = { version = "5", optional = true }
24
25
[dev-dependencies]
26
expectorate = "1.0"
27
rand = "0.8.5"
28
schemars = "1.0.4"
29
serde_json = { version = "1.0.95", features = ["preserve_order"] }
30
serde_yaml = "0.9.19"
31
-utoipa = { version = "4.0", features = ["debug"] }
+utoipa = { version = "5", features = ["debug"] }
0 commit comments