Skip to content

Commit

Permalink
deps: bump forked jsonschema 0.17.1 to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed May 13, 2024
1 parent 7921cfc commit f02620f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ indicatif = "0.17"
itertools = "0.12"
itoa = "1"
jemallocator = { version = "0.5", optional = true }
jsonschema = { version = "0.17", features = [
jsonschema = { version = "0.18", features = [
"resolve-file",
"resolve-http",
], default-features = false }
Expand Down Expand Up @@ -246,9 +246,6 @@ serial_test = { version = "3.1", features = ["file_locks"] }
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "0c8ab87" }
# our PR to bump reqwest to 0.12 has been merged, so we can switch back to upstream
# however, it's not released yet, so we'll keep using patch.crates-io to get the latest
jsonschema = { git = "https://github.com/Stranger6667/jsonschema-rs", rev = "cfab602" }
# use unreleased version of calamine with fixes
calamine = { git = "https://github.com/tafia/calamine", rev = "58c8ba2" }

Expand Down

0 comments on commit f02620f

Please sign in to comment.