summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRui Chen <rui@chenrui.dev>2024-12-21 21:23:22 -0500
committerThomas Otto <th1000s@posteo.net>2025-01-12 23:04:09 +0100
commite3e9222175a8ff6c9228d8ebb996331e02d49c02 (patch)
tree23b55a43118bfe1309ed863b3dba58855487919c /Cargo.toml
parentd10095bc732a7675295d3389152675ccc41e8240 (diff)
chore(deps): update git2 to 0.20.0
Signed-off-by: Rui Chen <rui@chenrui.dev>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6401aaf..28982ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ clap = { version = "4.3.14", features = [
console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"
-git2 = { version = "0.18.2", default-features = false, features = [] }
+git2 = { version = "0.20.0", default-features = false, features = [] }
grep-cli = "0.1.8"
itertools = "0.10.5"
lazy_static = "1.4"