Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.112
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 3a195bc commit af9d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ self_update = { version = "0.39.0", default-features = false, features = [
] }
serde = "1.0.195"
serde_derive = "1.0.195"
serde_json = { version = "1.0.111", features = [] }
serde_json = { version = "1.0.112", features = [] }
sha2 = "0.10.8"
shell-escape = "0.1.5"
shell-words = "1.1.0"
Expand Down

0 comments on commit af9d1fa

Please sign in to comment.