upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils
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 /test_utils
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 'test_utils')
-rw-r--r--test_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"