Skip to content

Commit 108af2a

Browse files
chore(deps): pin rust crate jsonschema to =0.29.0 (#2434)
1 parent de1f721 commit 108af2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ git2 = { workspace = true, features = ["https"] }
239239
graphql-schema-diff = "=0.2.0"
240240
httpmock = { workspace = true }
241241
indoc = { workspace = true }
242-
jsonschema = "0.29.0"
242+
jsonschema = "=0.29.0"
243243
mime = "=0.3.17"
244244
mockall = "=0.13.1"
245245
portpicker = "=0.1.1"

0 commit comments

Comments
 (0)