From 1800ed3317b095bffd9954485223a7ae653cab3a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 9 Dec 2024 06:10:06 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d3a35f..b349380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -git2 = { version = "0.16.1" } +git2 = { version = "0.19.0" } clap = "4.2.1" color-eyre = "0.6.2" dotenv = "0.15.0"