upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 14:21:46 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 14:21:46 +0100
commit4447aad6378403bba73d738214aa81c50b6d5567 (patch)
tree51ebf9ca8477c1c20a03b661c9ed9f980c663d08
parent7704178c618f8ac455cd6b0582edb511a9e644c3 (diff)
chore: bump 1.7.4v1.7.4
- apply nip46 breaking changes as remote signers remove nip04 support - apply relay connection timeout once, instead of per request batch - add git server timeouts - bump all dependancies
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04e14a5..5c8c693 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1412,7 +1412,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d"
1412 1412
1413[[package]] 1413[[package]]
1414name = "ngit" 1414name = "ngit"
1415version = "1.7.3" 1415version = "1.7.4"
1416dependencies = [ 1416dependencies = [
1417 "anyhow", 1417 "anyhow",
1418 "assert_cmd", 1418 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 249fb02..22cf115 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.7.3" 3version = "1.7.4"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]