From 8c85936b7374b4033ec4e3525b05bf0a6709df29 Mon Sep 17 00:00:00 2001 From: Dokkoo Date: Sun, 19 May 2024 00:55:53 +0000 Subject: [PATCH] Automatically update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c9f7586..e1a04bf6 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.3" -serde = "1.0.201" +serde = "1.0.202" serde_yaml = "0.9.34" sys-locale = "0.3.1" ticky = { version = "1.0.2", features = ["stdtime"] }