diff options
| author | Rui Chen <rui@chenrui.dev> | 2024-12-21 21:23:22 -0500 |
|---|---|---|
| committer | Thomas Otto <th1000s@posteo.net> | 2025-01-12 23:04:09 +0100 |
| commit | e3e9222175a8ff6c9228d8ebb996331e02d49c02 (patch) | |
| tree | 23b55a43118bfe1309ed863b3dba58855487919c /Cargo.toml | |
| parent | d10095bc732a7675295d3389152675ccc41e8240 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
