From 5418ab3c612fa0513ee40f82f913ebdc9125780e Mon Sep 17 00:00:00 2001 From: Dokkoo Date: Sun, 25 Feb 2024 00:53:04 +0000 Subject: [PATCH] Automatically update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3954896b..b01d9781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ actix-files = "0.6.5" actix-http = "3.6.0" actix-service = "2.0.2" actix-web = "4.5.1" -ahash = { version = "0.8.8", features = ["std", "serde", "runtime-rng"] } +ahash = { version = "0.8.9", features = ["std", "serde", "runtime-rng"] } chrono = { version = "0.4.34", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.5.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } @@ -61,8 +61,8 @@ notify = "6.1.1" path-clean = "1.0.1" pathdiff = "0.2.1" relative-path = "1.9.2" -serde = "1.0.196" -serde_yaml = "0.9.31" +serde = "1.0.197" +serde_yaml = "0.9.32" sys-locale = "0.3.1" ticky = { version = "1.0.2", features = ["stdtime"] } tokio = { version = "1.36.0", features = ["full"] }