Skip to content

Commit

Permalink
fix(dependencies): update rust crate jsonschema to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2021
1 parent 290dd4b commit 06966c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 @@ -150,7 +150,7 @@ humantime = "=2.1.0"
ignore = "=0.4.18"
itertools = "0.10.1"
jmespatch = { version = "=0.3.0", optional = true }
jsonschema = { version = "=0.12.0", optional = true }
jsonschema = { version = "=0.12.1", optional = true }
jsonwebtoken = { version = "=7.2.0", optional = true }
kuchiki = { version = "=0.8.1", optional = true }
maplit = "=1.0.2"
Expand Down

0 comments on commit 06966c9

Please sign in to comment.