Skip to content

Commit

Permalink
fix(dependencies): update rust crate jsonschema to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2021
1 parent bdc004b commit ca37acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exitcode = { version = "1.1.2", optional = true }
futures = "0.3.13"
handlebars = { version = "3.5.3", optional = true }
humantime = { version = "2.1.0", optional = true }
jsonschema = { version = "0.6.0", optional = true }
jsonschema = { version = "0.6.1", optional = true }
jsonwebtoken = { version = "7.2.0", optional = true }
once_cell = "1.7.2"
rand = "0.8.3"
Expand Down

0 comments on commit ca37acb

Please sign in to comment.