upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-18 12:49:50 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-18 12:49:50 +0100
commit1c78295e103e44637235d008057f4b6101848331 (patch)
tree50b839531f1de55d27d1b3b0c9c41eb17a26afe0
parentdd7b9370d03f57635b68c91d83240fd3b426bf66 (diff)
chore: bump git2 v0.19.0
in the hope that it addresses the 'early EOF' error that sometimes appears when cloning a repo.
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
-rw-r--r--test_utils/Cargo.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c43636a..b5cc24d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1135,9 +1135,9 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1135 1135
1136[[package]] 1136[[package]]
1137name = "git2" 1137name = "git2"
1138version = "0.18.3" 1138version = "0.19.0"
1139source = "registry+https://github.com/rust-lang/crates.io-index" 1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" 1140checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
1141dependencies = [ 1141dependencies = [
1142 "bitflags 2.6.0", 1142 "bitflags 2.6.0",
1143 "libc", 1143 "libc",
@@ -1486,9 +1486,9 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
1486 1486
1487[[package]] 1487[[package]]
1488name = "libgit2-sys" 1488name = "libgit2-sys"
1489version = "0.16.2+1.7.2" 1489version = "0.17.0+1.8.1"
1490source = "registry+https://github.com/rust-lang/crates.io-index" 1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" 1491checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
1492dependencies = [ 1492dependencies = [
1493 "cc", 1493 "cc",
1494 "libc", 1494 "libc",
diff --git a/Cargo.toml b/Cargo.toml
index 4d5b7d5..e47b139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ console = "0.15.7"
21dialoguer = "0.10.4" 21dialoguer = "0.10.4"
22directories = "5.0.1" 22directories = "5.0.1"
23futures = "0.3.28" 23futures = "0.3.28"
24git2 = "0.18.1" 24git2 = "0.19.0"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = "0.34.1" 27nostr = "0.34.1"
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index 0c7ef09..d0442ac 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -9,7 +9,7 @@ assert_cmd = "2.0.12"
9dialoguer = "0.10.4" 9dialoguer = "0.10.4"
10directories = "5.0.1" 10directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.18.1" 12git2 = "0.19.0"
13nostr = "0.34.1" 13nostr = "0.34.1"
14nostr-database = "0.34.0" 14nostr-database = "0.34.0"
15nostr-sdk = "0.34.0" 15nostr-sdk = "0.34.0"