diff options
author | Renovate Bot <renovate-bot@worthe-it.co.za> | 2023-09-15 15:30:02 +0200 |
---|---|---|
committer | Renovate Bot <renovate-bot@worthe-it.co.za> | 2023-09-15 15:30:02 +0200 |
commit | 8b9a93f901efeaa765e6c9dbb33aad518e74ca2b (patch) | |
tree | 8d8ff12ac57bcc434801007c2e35f086149eda58 /Cargo.toml | |
parent | c600a24fc4069a215e60e12cb686d6473592af4b (diff) |
Update Rust crate git2 to 0.18.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ categories = ["command-line-utilities"] [dependencies] clap = { version = "4.4.3", features = ["derive"] } comfy-table = "6.2.0" -git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] } humansize = "2.1.3" nix = { version = "0.26.2", default-features = false, features = ["user"] } rustyline = { version = "11.0.0", default-features = false } |