summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:35:17 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:35:17 +0000
commit2a2bb108bbaf4079b9970d1a2daf135e1828511c (patch)
tree8d8ff12ac57bcc434801007c2e35f086149eda58 /Cargo.toml
parentc600a24fc4069a215e60e12cb686d6473592af4b (diff)
parent8b9a93f901efeaa765e6c9dbb33aad518e74ca2b (diff)
Merge pull request 'Update Rust crate git2 to 0.18.0' (#17) from renovate/git2-0.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/17
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 b9278f6..eeea371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }