summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-21 14:30:41 +0200
committerRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-21 14:30:41 +0200
commitb503c2b1b57e6a83c7b6e8870ae61633456b1436 (patch)
treec2fc575a1ef27ba5e94a078d3e625031f11c5983
parent7021fe39d410e4e466b03a1470fc850f48b2282d (diff)
Update Rust crate git2 to 0.18.1
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3da3d03..2c63cd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -309,9 +309,9 @@ checksum = "888123007db34fbff15b5a347d46364dfbad531d6cb43de52cc0b62558f570e2"
[[package]]
name = "git2"
-version = "0.18.0"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e"
+checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
dependencies = [
"bitflags 2.4.0",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 819b9b9..eb9f2e0 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.18.0", default-features = false, features = ["vendored-libgit2"] }
+git2 = { version = "0.18.1", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"
nix = { version = "0.27.1", default-features = false, features = ["user", "fs"] }
rustyline = { version = "11.0.0", default-features = false }