From 623209cdd1835324638b3ecb19d63c70c944519f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:00:37 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.197 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30e7e40..239ecda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ indexmap = "2.2.3" nom = "7.1.3" pyo3 = { version = "0.20.2", features = ["chrono"] } rayon = "1.8.1" -serde = { version = "1.0.196", features = ["derive"] } +serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.113" serde_yaml = "0.9.32" walkdir = "2.4.0"