Skip to content

Commit

Permalink
Merge pull request #100 from projectsyn/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde_json to 1.0.114
  • Loading branch information
simu authored Feb 20, 2024
2 parents 0872a23 + 8f8843e commit cbedceb
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 @@ -23,7 +23,7 @@ nom = "7.1.3"
pyo3 = { version = "0.20.2", features = ["chrono"] }
rayon = "1.8.1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
walkdir = "2.4.0"
yaml-merge-keys = { version = "0.6.0", features = ["serde_yaml"] }
Expand Down

0 comments on commit cbedceb

Please sign in to comment.