upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 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",