upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 13:51:26 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:00:29 +0100
commitc19f173199b6beebf078a9e5c54014dbef85aa82 (patch)
treeb3f233b3116748c2a5de398cffa3a1de7c7473ad /Cargo.toml
parent1c4e5ff8c8addc20862d59606c7daf900bd69c67 (diff)
chore: update git2 ~> v0.20.2
we have had some bugs related to git2 so moving to the latest version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57cfb88..8814764 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ console = "0.15.7"
21dialoguer = "0.10.4" 21dialoguer = "0.10.4"
22directories = "5.0.1" 22directories = "5.0.1"
23futures = "0.3.28" 23futures = "0.3.28"
24git2 = "0.19.0" 24git2 = "0.20.2"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = { version = "0.40.0", features = ["nip05", "nip49"] } 27nostr = { version = "0.40.0", features = ["nip05", "nip49"] }