diff --git a/Cargo.toml b/Cargo.toml index ce6cb1f..f397004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pyo3 = { version = "=0.20.3", features = ["chrono"] } rayon = "1.10.0" regex = "1.10.4" serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.116" serde_yaml = "0.9.34" walkdir = "2.5.0" yaml-merge-keys = { version = "0.7.0", features = ["serde_yaml"] }