diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 14:21:46 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 14:21:46 +0100 |
| commit | 4447aad6378403bba73d738214aa81c50b6d5567 (patch) | |
| tree | 51ebf9ca8477c1c20a03b661c9ed9f980c663d08 | |
| parent | 7704178c618f8ac455cd6b0582edb511a9e644c3 (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.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1412,7 +1412,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1412 | 1412 | ||
| 1413 | [[package]] | 1413 | [[package]] |
| 1414 | name = "ngit" | 1414 | name = "ngit" |
| 1415 | version = "1.7.3" | 1415 | version = "1.7.4" |
| 1416 | dependencies = [ | 1416 | dependencies = [ |
| 1417 | "anyhow", | 1417 | "anyhow", |
| 1418 | "assert_cmd", | 1418 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.7.3" | 3 | version = "1.7.4" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "nostr plugin for git" | 5 | description = "nostr plugin for git" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |