We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824993c commit 9dc816fCopy full SHA for 9dc816f
schemars/Cargo.toml
@@ -15,7 +15,7 @@ build = "build.rs"
15
[dependencies]
16
schemars_derive = { version = "=0.8.11", optional = true, path = "../schemars_derive" }
17
serde = { version = "1.0", features = ["derive"] }
18
-serde_json = "1.0"
+serde_json = "1.0.25"
19
dyn-clone = "1.0"
20
21
chrono = { version = "0.4", default-features = false, optional = true }
0 commit comments