From 4376058f9a79b10eb493cbdbb2e75ce80d68c25c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:41:21 +0000 Subject: [PATCH] fix(deps): update cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0308a17..6b9c8bef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "bin/if-changed.rs" bstr = "1.9.1" clap = { version = "4.5.4", features = ["derive", "env"] } genawaiter = "0.99.1" -git2 = "0.19.0" +git2 = "0.20.0" [dev-dependencies] tempfile = "3.10.1"