Skip to content

Commit 85a7f20

Browse files
qu0bidubrov
authored andcommitted
upgrade utoipa
1 parent f3bdcf6 commit 85a7f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-patch"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
authors = ["Ivan Dubrov <[email protected]>"]
55
categories = []
66
keywords = ["json", "json-patch"]
@@ -20,12 +20,12 @@ schemars = { version = "1.0.4", optional = true }
2020
serde = { version = "1.0.159", features = ["derive"] }
2121
serde_json = "1.0.95"
2222
thiserror = "1.0.40"
23-
utoipa = { version = "4.0", optional = true }
23+
utoipa = { version = "5", optional = true }
2424

2525
[dev-dependencies]
2626
expectorate = "1.0"
2727
rand = "0.8.5"
2828
schemars = "1.0.4"
2929
serde_json = { version = "1.0.95", features = ["preserve_order"] }
3030
serde_yaml = "0.9.19"
31-
utoipa = { version = "4.0", features = ["debug"] }
31+
utoipa = { version = "5", features = ["debug"] }

0 commit comments

Comments
 (0)