Skip to content

Commit

Permalink
Bump jsonschema from 0.17.1 to 0.18.0 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed May 12, 2024
2 parents d7f84dd + ceb0443 commit 72910bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
52 changes: 25 additions & 27 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 serde_with/Cargo.toml
Expand Up @@ -140,7 +140,7 @@ time_0_3 = {package = "time", version = "~0.3.11", optional = true, default-feat
expect-test = "1.5.0"
fnv = "1.0.6"
glob = "0.3.0"
jsonschema = { version = "0.17.1", default-features = false, features = ["resolve-file"] }
jsonschema = { version = "0.18.0", default-features = false, features = ["resolve-file"] }
mime = "0.3.16"
pretty_assertions = "1.4.0"
regex = {version = "1.10.3", default-features = false, features = ["std"]}
Expand Down

0 comments on commit 72910bb

Please sign in to comment.