-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,032 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
diff --git a/Cargo.lock b/Cargo.lock | ||
index 75adb6c..6d3ad35 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -961,9 +961,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "git2" | ||
-version = "0.19.0" | ||
+version = "0.20.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" | ||
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" | ||
dependencies = [ | ||
"bitflags", | ||
"libc", | ||
@@ -976,9 +976,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "git2-curl" | ||
-version = "0.20.0" | ||
+version = "0.21.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f" | ||
+checksum = "be8dcabbc09ece4d30a9aa983d5804203b7e2f8054a171f792deff59b56d31fa" | ||
dependencies = [ | ||
"curl", | ||
"git2", | ||
@@ -2169,9 +2169,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libgit2-sys" | ||
-version = "0.17.0+1.8.1" | ||
+version = "0.18.0+1.9.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" | ||
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" | ||
dependencies = [ | ||
"cc", | ||
"libc", | ||
diff --git a/vendor/cargo/Cargo.toml b/vendor/cargo/Cargo.toml | ||
index 8eac87d..9aaf673 100644 | ||
--- a/vendor/cargo/Cargo.toml | ||
+++ b/vendor/cargo/Cargo.toml | ||
@@ -110,10 +110,10 @@ features = ["zlib"] | ||
default-features = false | ||
|
||
[dependencies.git2] | ||
-version = "0.19.0" | ||
+version = "0.20.0" | ||
|
||
[dependencies.git2-curl] | ||
-version = "0.20.0" | ||
+version = "0.21.0" | ||
|
||
[dependencies.gix] | ||
version = "0.67.0" | ||
@@ -163,7 +163,7 @@ version = "0.1.32" | ||
version = "1.3.0" | ||
|
||
[dependencies.libgit2-sys] | ||
-version = "0.17.0" | ||
+version = "0.18.0" | ||
|
||
[dependencies.memchr] | ||
version = "2.7.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
diff --git a/Cargo.lock b/Cargo.lock | ||
index 14dcf1b..0636df5 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -1133,9 +1133,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "git2" | ||
-version = "0.19.0" | ||
+version = "0.20.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" | ||
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" | ||
dependencies = [ | ||
"bitflags 2.6.0", | ||
"libc", | ||
@@ -1148,9 +1148,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "git2-curl" | ||
-version = "0.20.0" | ||
+version = "0.21.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f" | ||
+checksum = "be8dcabbc09ece4d30a9aa983d5804203b7e2f8054a171f792deff59b56d31fa" | ||
dependencies = [ | ||
"curl", | ||
"git2", | ||
@@ -2267,9 +2267,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libgit2-sys" | ||
-version = "0.17.0+1.8.1" | ||
+version = "0.18.0+1.9.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" | ||
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" | ||
dependencies = [ | ||
"cc", | ||
"libc", | ||
diff --git a/Cargo.toml b/Cargo.toml | ||
index 3018282..0adacf4 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -47,8 +47,8 @@ curl = "0.4.46" | ||
curl-sys = "0.4.73" | ||
filetime = "0.2.23" | ||
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] } | ||
-git2 = "0.19.0" | ||
-git2-curl = "0.20.0" | ||
+git2 = "0.20.0" | ||
+git2-curl = "0.21.0" | ||
gix = { version = "0.67.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] } | ||
glob = "0.3.1" | ||
handlebars = { version = "6.0.0", features = ["dir_source"] } | ||
@@ -64,7 +64,7 @@ itertools = "0.13.0" | ||
jobserver = "0.1.32" | ||
lazycell = "1.3.0" | ||
libc = "0.2.155" | ||
-libgit2-sys = "0.17.0" | ||
+libgit2-sys = "0.18.0" | ||
libloading = "0.8.5" | ||
memchr = "2.6.0" | ||
miow = "0.6.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
main/delta/patches/e3e9222175a8ff6c9228d8ebb996331e02d49c02.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
From e3e9222175a8ff6c9228d8ebb996331e02d49c02 Mon Sep 17 00:00:00 2001 | ||
From: Rui Chen <[email protected]> | ||
Date: Sat, 21 Dec 2024 21:23:22 -0500 | ||
Subject: [PATCH] chore(deps): update git2 to 0.20.0 | ||
|
||
Signed-off-by: Rui Chen <[email protected]> | ||
--- | ||
Cargo.lock | 10 +++++----- | ||
Cargo.toml | 2 +- | ||
2 files changed, 6 insertions(+), 6 deletions(-) | ||
|
||
diff --git a/Cargo.lock b/Cargo.lock | ||
index 1565342cc..051cdbad1 100644 | ||
--- 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" | ||
@@ -638,9 +638,9 @@ dependencies = [ | ||
|
||
[[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", | ||
@@ -806,9 +806,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" | ||
|
||
[[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", | ||
diff --git a/Cargo.toml b/Cargo.toml | ||
index 6401aaf21..28982ff14 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -39,7 +39,7 @@ clap = { version = "4.3.14", features = [ | ||
console = "0.15.0" | ||
ctrlc = "3.2.5" | ||
dirs = "5.0.1" | ||
-git2 = { version = "0.18.2", default-features = false, features = [] } | ||
+git2 = { version = "0.20.0", default-features = false, features = [] } | ||
grep-cli = "0.1.8" | ||
itertools = "0.10.5" | ||
lazy_static = "1.4" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.