From 1c78295e103e44637235d008057f4b6101848331 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 18 Sep 2024 12:49:50 +0100 Subject: chore: bump git2 v0.19.0 in the hope that it addresses the 'early EOF' error that sometimes appears when cloning a repo. --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- test_utils/Cargo.toml | 2 +- 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" [[package]] name = "git2" -version = "0.18.3" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ "bitflags 2.6.0", "libc", @@ -1486,9 +1486,9 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libgit2-sys" -version = "0.16.2+1.7.2" +version = "0.17.0+1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" dependencies = [ "cc", "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" dialoguer = "0.10.4" directories = "5.0.1" futures = "0.3.28" -git2 = "0.18.1" +git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" nostr = "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" dialoguer = "0.10.4" directories = "5.0.1" futures = "0.3.28" -git2 = "0.18.1" +git2 = "0.19.0" nostr = "0.34.1" nostr-database = "0.34.0" nostr-sdk = "0.34.0" -- cgit v1.2.3