Skip to content

Commit

Permalink
Merge pull request #1527 from Stranger6667/dd/remove-deprecated-jsons…
Browse files Browse the repository at this point in the history
…chema-features

Remove deprecated `rust-jsonschema` features
  • Loading branch information
Julian authored Sep 17, 2024
2 parents 32c5900 + 251e196 commit f03100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust-jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
backtrace = "0.3"
jsonschema = { version = "0.19", features = [ "draft201909", "draft202012" ] }
jsonschema = "0.19"
serde_json = "1.0"
url = "2.5.2"
os_info = "3.8.2"
Expand Down

0 comments on commit f03100d

Please sign in to comment.