diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index bf5d6b9..9f3fedd 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -15,7 +15,7 @@ build = "build.rs" [dependencies] schemars_derive = { version = "=0.8.11", optional = true, path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +serde_json = "1.0.25" dyn-clone = "1.0" chrono = { version = "0.4", default-features = false, optional = true }