Skip to content

Commit 82cea31

Browse files
committed
Update schemars to 0.7.0
1 parent c98dedb commit 82cea31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/json-web-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Graham Esau <gesau@hotmail.co.uk>"]
55
edition = "2018"
66

77
[dependencies]
8-
schemars = "0.6.1"
8+
schemars = "0.7.0"
99
okapi = { version = "0.3.0", path = "../../okapi" }
1010
rocket_okapi = { version = "0.3.0", path = "../../rocket-okapi" }
1111
rocket = { version = "0.4.3", default-features = false }

okapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ keywords = ["rust", "openapi", "swagger"]
1212
derive_json_schema = ["schemars/derive_json_schema"]
1313

1414
[dependencies]
15-
schemars = "0.6.1"
15+
schemars = "0.7.0"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"

rocket-okapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
keywords = ["rust", "openapi", "swagger", "rocket"]
1010

1111
[dependencies]
12-
schemars = "0.6.1"
12+
schemars = "0.7.0"
1313
okapi = { version = "0.3.0", path = "../okapi" }
1414
rocket_okapi_codegen = { version = "=0.3.6", path = "../rocket-okapi-codegen" }
1515
rocket = { version = "0.4.3", default-features = false }

0 commit comments

Comments
 (0)