From 9ac855156ab26a24483a535282fac7dc3ac06ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:17:43 +0000 Subject: [PATCH] build(deps): update jsonschema requirement from 0.23 to 0.28 Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/rust-v0.23.0...rust-v0.28.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- primitive-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitive-types/Cargo.toml b/primitive-types/Cargo.toml index 20292d01..c4c57d9f 100644 --- a/primitive-types/Cargo.toml +++ b/primitive-types/Cargo.toml @@ -22,7 +22,7 @@ schemars = { version = ">=0.8.12", default-features = true, optional = true } [dev-dependencies] num-traits = "0.2" serde_json = { version = "1.0", default-features = false } -jsonschema = { version = "0.23", default-features = false } +jsonschema = { version = "0.28", default-features = false } [features] default = ["std", "rand"]