Skip to content

Commit 70a4546

Browse files
build(deps): bump jsonschema from 0.30.0 to 0.33.0
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.30.0 to 0.33.0. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.30.0...rust-v0.33.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49bd3c2 commit 70a4546

File tree

2 files changed

+38
-14
lines changed

2 files changed

+38
-14
lines changed

Cargo.lock

Lines changed: 37 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ regex = {version = "1.11.1", optional = true, default-features = false }
107107
semver = {version = "1.0.25", optional = true, default-features = false }
108108
url = { version = "2.5.4", optional = true }
109109
uuid = { version = "1.15.1", default-features = false, features = ["v4", "fast-rng"], optional = true }
110-
jsonschema = { version = "0.30.0", default-features = false, optional = true }
110+
jsonschema = { version = "0.34.0", default-features = false, optional = true }
111111
chrono = { version = "0.4.40", optional = true }
112112
chrono-tz = { version = "0.10.1", optional = true }
113113
ipnet = { version = "2.11.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)