Skip to content

Commit 7a879f7

Browse files
build(deps): bump jsonschema from 0.30.0 to 0.37.4
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.30.0 to 0.37.4. - [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.37.4) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8a3a98 commit 7a879f7

File tree

2 files changed

+39
-21
lines changed

2 files changed

+39
-21
lines changed

Cargo.lock

Lines changed: 38 additions & 20 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
@@ -109,7 +109,7 @@ regex = {version = "1.11.1", optional = true, default-features = false }
109109
semver = {version = "1.0.25", optional = true, default-features = false }
110110
url = { version = "2.5.4", optional = true }
111111
uuid = { version = "1.15.1", default-features = false, features = ["v4", "fast-rng"], optional = true }
112-
jsonschema = { version = "0.30.0", default-features = false, optional = true }
112+
jsonschema = { version = "0.37.4", default-features = false, optional = true }
113113
chrono = { version = "0.4.40", optional = true }
114114
chrono-tz = { version = "0.10.1", optional = true }
115115
ipnet = { version = "2.11.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)