Skip to content

Commit

Permalink
chore: bump git2 v0.19.0
Browse files Browse the repository at this point in the history
in the hope that it addresses the 'early EOF' error that sometimes
appears when cloning a repo.
  • Loading branch information
DanConwayDev committed Sep 18, 2024
1 parent dd7b937 commit 1c78295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c78295

Please sign in to comment.