diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 13:51:26 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:00:29 +0100 |
| commit | c19f173199b6beebf078a9e5c54014dbef85aa82 (patch) | |
| tree | b3f233b3116748c2a5de398cffa3a1de7c7473ad /test_utils | |
| parent | 1c4e5ff8c8addc20862d59606c7daf900bd69c67 (diff) | |
chore: update git2 ~> v0.20.2
we have had some bugs related to git2 so moving to the latest version
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 951bd39..cb945ca 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -9,7 +9,7 @@ assert_cmd = "2.0.12" | |||
| 9 | dialoguer = "0.10.4" | 9 | dialoguer = "0.10.4" |
| 10 | directories = "5.0.1" | 10 | directories = "5.0.1" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.28" |
| 12 | git2 = "0.19.0" | 12 | git2 = "0.20.2" |
| 13 | nostr = "0.40.0" | 13 | nostr = "0.40.0" |
| 14 | nostr-database = "0.40.0" | 14 | nostr-database = "0.40.0" |
| 15 | nostr-lmdb = "0.40.0" | 15 | nostr-lmdb = "0.40.0" |