Skip to content

Commit

Permalink
Merge pull request #68 from projectsyn/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.194
  • Loading branch information
simu authored Jan 3, 2024
2 parents 23519ab + 24ed255 commit 932d54a
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 @@ indexmap = "2.1.0"
nom = "7.1.3"
pyo3 = { version = "0.20.1", features = ["chrono"] }
rayon = "1.8.0"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.110"
serde_yaml = "0.9.30"
walkdir = "2.4.0"
Expand Down

0 comments on commit 932d54a

Please sign in to comment.