mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -42 +42 @@
|
|
-git2 = { version = "0.18.2", default-features = false, features = [] }
|
|
+git2 = { version = "0.20.0", default-features = false, features = [] }
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1,6 +1,6 @@
|
|
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
-version = 3
|
|
+version = 4
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
@@ -631,9 +631,9 @@
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
-version = "0.18.2"
|
|
+version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd"
|
|
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
|
|
dependencies = [
|
|
"bitflags 2.4.1",
|
|
"libc",
|
|
@@ -799,9 +799,9 @@
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.16.2+1.7.2"
|
|
+version = "0.18.0+1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
|
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|