Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2022
1 parent 855ca7c commit 67d7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.0.8", features = ["derive"] }
globset = "0.4.9"
predicates = "2.1.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
serde_yaml = "0.9.13"
walkdir = "2"

Expand Down

0 comments on commit 67d7b5f

Please sign in to comment.