Skip to content

Commit

Permalink
Merge pull request #134 from projectsyn/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.200
  • Loading branch information
simu authored May 2, 2024
2 parents ce033dd + 4d1c376 commit 21a58e2
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.3", features = ["chrono"] }
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.34"
walkdir = "2.5.0"
Expand Down

0 comments on commit 21a58e2

Please sign in to comment.