From 67d583b58221b48c9ea864fce09e7c8e4ecc5def Mon Sep 17 00:00:00 2001 From: Dokkoo Date: Sun, 4 Feb 2024 00:53:44 +0000 Subject: [PATCH] Automatically update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 394196f7..b1fdf16d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,10 +62,10 @@ path-clean = "1.0.1" pathdiff = "0.2.1" relative-path = "1.9.2" serde = "1.0.196" -serde_yaml = "0.9.30" +serde_yaml = "0.9.31" sys-locale = "0.3.1" ticky = { version = "1.0.2", features = ["stdtime"] } -tokio = { version = "1.35.1", features = ["full"] } +tokio = { version = "1.36.0", features = ["full"] } wild = "2.2.1" [profile.release]