From ea45963cfd29f3fe4efb52e8681c2db98feae06b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:25:09 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11564fe4..c727c531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ notify = "6.1.1" path-clean = "1.0.1" pathdiff = "0.2.1" relative-path = "1.9.2" -serde = "1.0.199" +serde = "1.0.200" serde_yaml = "0.9.34" sys-locale = "0.3.1" ticky = { version = "1.0.2", features = ["stdtime"] }