mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 05:02:28 +01:00
42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 29463b4..9ece445 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -353,9 +353,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.16.1"
|
|
+version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
|
|
+checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
@@ -533,9 +533,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.14.2+1.5.1"
|
|
+version = "0.15.2+1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
|
|
+checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml
|
|
index 5ea24d2..be297cf 100644
|
|
--- a/crates/committed/Cargo.toml
|
|
+++ b/crates/committed/Cargo.toml
|
|
@@ -31,7 +31,7 @@ once_cell = "1.17.1"
|
|
git-conventional = "0.12"
|
|
unicase = "2.6.0"
|
|
anyhow = "1.0"
|
|
-git2 = { version = "0.16", default-features = false }
|
|
+git2 = { version = "0.17", default-features = false }
|
|
clap = { version = "4.2", features = ["derive"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|