From b8efad6b90ac665d9756710b2fa722cce7fc3229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:35:01 +0000 Subject: [PATCH] Update Rust crate diff to 0.1.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 753fc09..1c16c15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] chrono = "0.4.38" -diff = "0.1.10" +diff = "0.1.13" regex = "1.10.3" same-file = "1.0.6" unicode-width = "0.1.11"