Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 8c48cff commit da36d89
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 @@ -20,7 +20,7 @@ time = { version = "0.3", features = [
"formatting",
] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1"
serde_json = "1.0.116"
quick-xml = { version = "0.29", features = ["serde", "serialize"] }
percent-encoding = "2.3.1"
ordered-float = "3.9.2"
Expand Down

0 comments on commit da36d89

Please sign in to comment.