From fe8e9eed73003f1f328fdcf31e01200971720fcb Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 18:36:26 +0100 Subject: [PATCH 01/27] chore: update ant-node ref to rc-2026.4.1 branch Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 28 +++++++++++++--------------- ant-core/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d6c25b..39384b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ "saorsa-pqc 0.5.1", "self-replace", "self_encryption", - "semver 1.0.27", + "semver 1.0.28", "serde", "serde_json", "serial_test", @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.1" -source = "git+https://github.com/WithAutonomi/ant-node?rev=6dfc7178a940fc842ab3c6542265d9750a08b060#6dfc7178a940fc842ab3c6542265d9750a08b060" +version = "0.10.0-rc.2" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#007549668a8f31da069e4048a747143ee1c678da" dependencies = [ "aes-gcm-siv", "blake3", @@ -931,7 +931,7 @@ dependencies = [ "saorsa-pqc 0.5.1", "self-replace", "self_encryption", - "semver 1.0.27", + "semver 1.0.28", "serde", "serde_json", "sha2", @@ -2457,9 +2457,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" +checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f" [[package]] name = "fastrlp" @@ -4820,7 +4820,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.27", + "semver 1.0.28", ] [[package]] @@ -4986,8 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad51589091bdbfbf8c42b5db37428a1cad0febd0af616ef3fe3a0f38dc921b24" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#dcfc79ec66e33704cc88937d7555ba93a9762be1" dependencies = [ "anyhow", "async-trait", @@ -5100,8 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e33412e61b0cb630410981a629f967a858b1663be8f71b75eadb66c9588ef26" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#24bec697562a972bfac01a2b730a3694e5fc5fd7" dependencies = [ "anyhow", "async-trait", @@ -5312,9 +5310,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" [[package]] name = "semver-parser" @@ -6539,7 +6537,7 @@ dependencies = [ "bitflags", "hashbrown 0.15.5", "indexmap 2.13.1", - "semver 1.0.27", + "semver 1.0.28", ] [[package]] @@ -7146,7 +7144,7 @@ dependencies = [ "id-arena", "indexmap 2.13.1", "log", - "semver 1.0.27", + "semver 1.0.28", "serde", "serde_derive", "serde_json", diff --git a/ant-core/Cargo.toml b/ant-core/Cargo.toml index 6d3aa04..61adc05 100644 --- a/ant-core/Cargo.toml +++ b/ant-core/Cargo.toml @@ -38,7 +38,7 @@ tracing = "0.1" bytes = "1" lru = "0.16" rand = "0.8" -ant-node = { git = "https://github.com/WithAutonomi/ant-node", rev = "6dfc7178a940fc842ab3c6542265d9750a08b060" } +ant-node = { git = "https://github.com/WithAutonomi/ant-node", branch = "rc-2026.4.1" } saorsa-pqc = "0.5" tracing-subscriber = { version = "0.3", features = ["env-filter"] } From b7482d2b55a8c41fd01037bfea460525a19a0860 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 18:42:02 +0100 Subject: [PATCH 02/27] chore: bump ant-cli to 0.1.2-rc.3 Co-Authored-By: Claude Opus 4.6 (1M context) --- ant-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 4728bfe..d7d8ba0 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.2" +version = "0.1.2-rc.3" edition = "2021" [[bin]] From d643d813f54d5fe3acecf7f91411c03e2f698f00 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 21:16:03 +0100 Subject: [PATCH 03/27] chore: update dependencies for ant-cli 0.1.2-rc.4 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39384b6..723bafc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.2" +version = "0.1.2-rc.3" dependencies = [ "ant-core", "anyhow", @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.2" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#007549668a8f31da069e4048a747143ee1c678da" +version = "0.10.0-rc.3" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#51c0e11903175c9e041e2b86a2fa409db1d6a217" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#dcfc79ec66e33704cc88937d7555ba93a9762be1" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#0a6b17820706f3f57213a0f4f5a0747840af81f3" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#24bec697562a972bfac01a2b730a3694e5fc5fd7" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#e29f32464c308b1d61a8481b16f7970f4a583688" dependencies = [ "anyhow", "async-trait", From 33b9c720ac4eefad605fa11bea257b106f0e8afc Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 21:16:31 +0100 Subject: [PATCH 04/27] chore: bump ant-cli to 0.1.2-rc.4 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 723bafc..2405a69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.3" +version = "0.1.2-rc.4" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index d7d8ba0..dbbea49 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.3" +version = "0.1.2-rc.4" edition = "2021" [[bin]] From ad3cf7827c187870c873f8ed223219c19c916869 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 22:52:38 +0100 Subject: [PATCH 05/27] chore: update dependencies for ant-cli 0.1.2-rc.5 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2405a69..f7ddac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.3" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#51c0e11903175c9e041e2b86a2fa409db1d6a217" +version = "0.10.0-rc.4" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#006cff20125f37e79f77dbb1f57375a3720b9b08" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#0a6b17820706f3f57213a0f4f5a0747840af81f3" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#0d01b71a21dff4a92656a971f5e7dbf2c968227d" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#e29f32464c308b1d61a8481b16f7970f4a583688" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#da74da9c8a80788b6639ce092abadbe7cc3e6b18" dependencies = [ "anyhow", "async-trait", From 415f6aee71ee2a287b4fa3181a78120342c0bf8f Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 Apr 2026 22:52:59 +0100 Subject: [PATCH 06/27] chore: bump ant-cli to 0.1.2-rc.5 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ddac1..cfd5833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.4" +version = "0.1.2-rc.5" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index dbbea49..2ec8c4b 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.4" +version = "0.1.2-rc.5" edition = "2021" [[bin]] From 9b132aba3269e63a7dd6b91e9ee960ccbd2880d8 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 01:30:10 +0100 Subject: [PATCH 07/27] chore: update dependencies for ant-cli 0.1.2-rc.6 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfd5833..afc25d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.4" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#006cff20125f37e79f77dbb1f57375a3720b9b08" +version = "0.10.0-rc.5" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#73d7fb5ed6634d6ff13495f531f4e7f2bf32da78" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#0d01b71a21dff4a92656a971f5e7dbf2c968227d" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#3cb58bf3cc387182be9dc7096bb9057efd49e4b2" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#da74da9c8a80788b6639ce092abadbe7cc3e6b18" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#f65af2e5a04ed8cc6476baab80c665f7dae33b53" dependencies = [ "anyhow", "async-trait", From 6fddb95728f9464c9fe326c09da58c5e3a025618 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 01:30:34 +0100 Subject: [PATCH 08/27] chore: bump ant-cli to 0.1.2-rc.6 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afc25d0..cb590a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.5" +version = "0.1.2-rc.6" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 2ec8c4b..fb78cf4 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.5" +version = "0.1.2-rc.6" edition = "2021" [[bin]] From 7e87fc0bd63e69a46d650ddb76024ebf52864b52 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 09:00:41 +0100 Subject: [PATCH 09/27] chore: update dependencies for ant-cli 0.1.2-rc.7 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb590a0..a7297c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.5" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#73d7fb5ed6634d6ff13495f531f4e7f2bf32da78" +version = "0.10.0-rc.6" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#04c59c59e6902390242727047032f398a01c6949" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#3cb58bf3cc387182be9dc7096bb9057efd49e4b2" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#78d2f4093263c141a0f88d8896324b287f36e685" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#f65af2e5a04ed8cc6476baab80c665f7dae33b53" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#d99e5ab11d95fefaf04b7e3f8024f67859925608" dependencies = [ "anyhow", "async-trait", From 40f2de54473855b0329fd464f37d87779e060bb5 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 09:01:00 +0100 Subject: [PATCH 10/27] chore: bump ant-cli to 0.1.2-rc.7 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7297c5..4038b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.6" +version = "0.1.2-rc.7" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index fb78cf4..f177cf0 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.6" +version = "0.1.2-rc.7" edition = "2021" [[bin]] From 3394d4c34c7d53352a80a851d030c0993e8ccbec Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 10:33:35 +0100 Subject: [PATCH 11/27] chore: update dependencies for ant-cli 0.1.2-rc.8 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4038b5e..ddc53eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.6" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#04c59c59e6902390242727047032f398a01c6949" +version = "0.10.0-rc.7" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#ee937c9328862ebd6be4f742144e0377491822e4" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#78d2f4093263c141a0f88d8896324b287f36e685" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#3095981601fdd9f24ed503c38b1e87f5d4e27900" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#d99e5ab11d95fefaf04b7e3f8024f67859925608" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#9009e64afed6693c7dd4951257fe4d02af6e26de" dependencies = [ "anyhow", "async-trait", From 09281666bf4f4d9750e1e21a2b666657360095c8 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 10:33:55 +0100 Subject: [PATCH 12/27] chore: bump ant-cli to 0.1.2-rc.8 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddc53eb..e1fe746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.7" +version = "0.1.2-rc.8" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index f177cf0..d282ade 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.7" +version = "0.1.2-rc.8" edition = "2021" [[bin]] From d3586efa3078e0b9699a062e1a5690fd21da1fdb Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 13:54:41 +0100 Subject: [PATCH 13/27] chore: update dependencies for ant-cli 0.1.2-rc.9 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1fe746..6477f0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.7" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#ee937c9328862ebd6be4f742144e0377491822e4" +version = "0.10.0-rc.8" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#905d5c8b81296399cd693aa4de9cdd766def1a82" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#3095981601fdd9f24ed503c38b1e87f5d4e27900" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#4d183078d2eea53b5018f4cfe5914281cb7f4279" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#9009e64afed6693c7dd4951257fe4d02af6e26de" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#e861d3a5cb607a3e0162687ac5a7a23f0596e696" dependencies = [ "anyhow", "async-trait", From 84962bb2f49f0d76fc5eb8bde94c8d9f8e89f899 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 13:55:02 +0100 Subject: [PATCH 14/27] chore: bump ant-cli to 0.1.2-rc.9 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6477f0f..73b933e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.8" +version = "0.1.2-rc.9" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index d282ade..07ad7d9 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.8" +version = "0.1.2-rc.9" edition = "2021" [[bin]] From 49fd9c49598ab4d65a00ab0ef4f2fe18e59a70b3 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 20:59:57 +0100 Subject: [PATCH 15/27] chore: update dependencies for ant-cli 0.1.2-rc.10 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73b933e..418fa43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.8" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#905d5c8b81296399cd693aa4de9cdd766def1a82" +version = "0.10.0-rc.9" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#e061d77b8978c2e654e053240db6feafb8ce78c6" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#4d183078d2eea53b5018f4cfe5914281cb7f4279" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#bf7b4a7746ff6a39a7b49be647bcd4522b8b8801" dependencies = [ "anyhow", "async-trait", From d008a5d3a22183b8002d456413b55dd84dc73909 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 21:01:51 +0100 Subject: [PATCH 16/27] chore: bump ant-cli to 0.1.2-rc.10 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 418fa43..f6017f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.9" +version = "0.1.2-rc.10" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 07ad7d9..f0a21f1 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.9" +version = "0.1.2-rc.10" edition = "2021" [[bin]] From ba7d7072d02b7a072eddd06f598b9a79c153e471 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 22:14:42 +0100 Subject: [PATCH 17/27] chore: update dependencies for ant-cli 0.1.2-rc.11 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6017f4..0d641ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.9" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#e061d77b8978c2e654e053240db6feafb8ce78c6" +version = "0.10.0-rc.10" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#374f7aa70756d0e5897f6feb7c7b5e90aecf4ceb" dependencies = [ "aes-gcm-siv", "blake3", @@ -4986,7 +4986,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#bf7b4a7746ff6a39a7b49be647bcd4522b8b8801" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#14131e307ebe0c870f0b4a1dca992fae434551e0" dependencies = [ "anyhow", "async-trait", From 8c8256ab57d43a1dbd39e08479f1a13e6f37cac5 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 5 Apr 2026 22:15:10 +0100 Subject: [PATCH 18/27] chore: bump ant-cli to 0.1.2-rc.11 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d641ff..eac25a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.10" +version = "0.1.2-rc.11" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index f0a21f1..f1aaf19 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.10" +version = "0.1.2-rc.11" edition = "2021" [[bin]] From 2e033734e09be5a5fe5a510e9a2a8ece88aa5cff Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 15:59:11 +0100 Subject: [PATCH 19/27] chore: update dependencies for ant-cli 0.1.2-rc.12 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 82 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eac25a1..9a8da19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.10" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#374f7aa70756d0e5897f6feb7c7b5e90aecf4ceb" +version = "0.10.0-rc.11" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#0c46091195e3aa04986ddbc5734f9dd36b7aa99a" dependencies = [ "aes-gcm-siv", "blake3", @@ -1251,6 +1251,18 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +[[package]] +name = "attohttpc" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" +dependencies = [ + "base64", + "http", + "log", + "url", +] + [[package]] name = "auto_impl" version = "1.3.0" @@ -1633,6 +1645,17 @@ dependencies = [ "cpufeatures 0.2.17", ] +[[package]] +name = "chacha20" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "rand_core 0.10.0", +] + [[package]] name = "chacha20poly1305" version = "0.10.1" @@ -1640,7 +1663,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ "aead", - "chacha20", + "chacha20 0.9.1", "cipher", "poly1305", "zeroize", @@ -2779,6 +2802,7 @@ dependencies = [ "cfg-if", "libc", "r-efi 6.0.0", + "rand_core 0.10.0", "wasip2", "wasip3", ] @@ -3259,6 +3283,26 @@ dependencies = [ "icu_properties", ] +[[package]] +name = "igd-next" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bac9a3c8278f43b4cd8463380f4a25653ac843e5b177e1d3eaf849cc9ba10d4d" +dependencies = [ + "attohttpc", + "bytes", + "futures", + "http", + "http-body-util", + "hyper", + "hyper-util", + "log", + "rand 0.10.0", + "tokio", + "url", + "xmltree", +] + [[package]] name = "impl-codec" version = "0.6.0" @@ -4440,6 +4484,17 @@ dependencies = [ "serde", ] +[[package]] +name = "rand" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +dependencies = [ + "chacha20 0.10.0", + "getrandom 0.4.2", + "rand_core 0.10.0", +] + [[package]] name = "rand_chacha" version = "0.3.1" @@ -4479,6 +4534,12 @@ dependencies = [ "serde", ] +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + [[package]] name = "rand_xorshift" version = "0.4.0" @@ -4986,7 +5047,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#14131e307ebe0c870f0b4a1dca992fae434551e0" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#abe2babb43f8d0cf709f675ebc2577c5c0ec89a8" dependencies = [ "anyhow", "async-trait", @@ -5099,7 +5160,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#e861d3a5cb607a3e0162687ac5a7a23f0596e696" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#3d73241042e212af9e929dd3721df65c9d3a05b9" dependencies = [ "anyhow", "async-trait", @@ -5113,6 +5174,7 @@ dependencies = [ "dirs 5.0.1", "futures-util", "hex", + "igd-next", "indexmap 2.13.1", "keyring", "libc", @@ -7207,6 +7269,21 @@ dependencies = [ "rustix", ] +[[package]] +name = "xml-rs" +version = "0.8.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" + +[[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +dependencies = [ + "xml-rs", +] + [[package]] name = "xor_name" version = "5.0.0" From ddd0f1deac8a361cc8d363602671db5c8646a7a3 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 15:59:42 +0100 Subject: [PATCH 20/27] chore: bump ant-cli to 0.1.2-rc.12 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8da19..2d67061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.11" +version = "0.1.2-rc.12" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index f1aaf19..f9d8899 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.11" +version = "0.1.2-rc.12" edition = "2021" [[bin]] From 5107b70646ea665097bc50148b007f2f2afbf98f Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 19:15:19 +0100 Subject: [PATCH 21/27] chore: update dependencies for ant-cli 0.1.2-rc.13 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d67061..c1e80de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.11" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#0c46091195e3aa04986ddbc5734f9dd36b7aa99a" +version = "0.10.0-rc.12" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#8541d10bc829b548b2ee40327473dbc5afdfe5fa" dependencies = [ "aes-gcm-siv", "blake3", @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#abe2babb43f8d0cf709f675ebc2577c5c0ec89a8" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#05d47b868842a93eac54f55146975d585e815049" dependencies = [ "anyhow", "async-trait", From 4327098d5d7f507cd886c5738569747c2b0df0a0 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 19:15:51 +0100 Subject: [PATCH 22/27] chore: bump ant-cli to 0.1.2-rc.13 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1e80de..557dcf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.12" +version = "0.1.2-rc.13" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index f9d8899..5cc5f7f 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.12" +version = "0.1.2-rc.13" edition = "2021" [[bin]] From f8353b886775cce556ee84be487ff386211b50fb Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 21:18:23 +0100 Subject: [PATCH 23/27] chore: update dependencies for ant-cli 0.1.2-rc.14 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 557dcf5..c38ae8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,8 +901,8 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.10.0-rc.12" -source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#8541d10bc829b548b2ee40327473dbc5afdfe5fa" +version = "0.10.0-rc.13" +source = "git+https://github.com/WithAutonomi/ant-node?branch=rc-2026.4.1#b7b4d427025c9dcb547c390ec7f3ee56b1419129" dependencies = [ "aes-gcm-siv", "blake3", @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#05d47b868842a93eac54f55146975d585e815049" +source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#81a29f7e55f5d36a85d9303125a3784fbcd4eac9" dependencies = [ "anyhow", "async-trait", @@ -5160,7 +5160,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#3d73241042e212af9e929dd3721df65c9d3a05b9" +source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#496721bee0e5b535d5aec07513ec3ced29d20644" dependencies = [ "anyhow", "async-trait", From aef91c233cf80dbdf9ed00f51e14659040567115 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 6 Apr 2026 21:18:54 +0100 Subject: [PATCH 24/27] chore: bump ant-cli to 0.1.2-rc.14 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c38ae8f..e55b583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.1.2-rc.13" +version = "0.1.2-rc.14" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 5cc5f7f..7da5498 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.1.2-rc.13" +version = "0.1.2-rc.14" edition = "2021" [[bin]] From 87bc703113288b9ca4a244099401b339e501bc6a Mon Sep 17 00:00:00 2001 From: grumbach Date: Wed, 8 Apr 2026 17:15:34 +0900 Subject: [PATCH 25/27] fix: patch saorsa-core and saorsa-transport with NAT traversal fixes Point at branches with 9 proven fixes (clock skew tolerance + 8 transport fixes) that enabled the first successful Mac upload to a NAT-protected testnet. Tested: 3/3 uploads from macOS (31s clock skew) to 14-node NAT testnet across lon1/ams3/nyc1/sfo3. 30-33s warm uploads. Dependencies: - saorsa-core: grumbach/fix/clock-skew-tolerance (PR saorsa-labs/saorsa-core#77) - saorsa-transport: grumbach/round4-combined (PR saorsa-labs/saorsa-transport#55) Remove the [patch] section once those PRs are merged into rc-2026.4.1. --- Cargo.lock | 4 ++-- Cargo.toml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e55b583..5d0b024 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.22.0" -source = "git+https://github.com/saorsa-labs/saorsa-core.git?branch=rc-2026.4.1#81a29f7e55f5d36a85d9303125a3784fbcd4eac9" +source = "git+https://github.com/grumbach/saorsa-core.git?branch=fix%2Fclock-skew-tolerance#3183f1d4f412d79974dc2325fc90a7009b68a0a0" dependencies = [ "anyhow", "async-trait", @@ -5160,7 +5160,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/saorsa-labs/saorsa-transport.git?branch=rc-2026.4.1#496721bee0e5b535d5aec07513ec3ced29d20644" +source = "git+https://github.com/grumbach/saorsa-transport.git?branch=round4-combined#44b46620ee6561a69d0e738680bbc08199ec0491" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f3978b2..5d69905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,23 @@ [workspace] members = ["ant-core", "ant-cli"] resolver = "2" + +# NAT traversal fixes: patch saorsa-core and saorsa-transport to branches +# with proven fixes (tested via Mac upload to NAT testnet, 3/3 success). +# +# saorsa-core fix/clock-skew-tolerance: +# - MAX_FUTURE_SECS: 30 -> 300 (tolerate real-world clock drift) +# +# saorsa-transport round4-combined (8 fixes): +# - send_ack_timeout 500ms -> 5s +# - accept loop dedup keeps newer connection +# - scope-aware reachability model +# - relay fallback rotation + session reuse + cleanup +# - quality-aware coordinator selection +# +# Once these branches are merged into rc-2026.4.1, remove this patch section. +[patch."https://github.com/saorsa-labs/saorsa-core.git"] +saorsa-core = { git = "https://github.com/grumbach/saorsa-core.git", branch = "fix/clock-skew-tolerance" } + +[patch."https://github.com/saorsa-labs/saorsa-transport.git"] +saorsa-transport = { git = "https://github.com/grumbach/saorsa-transport.git", branch = "round4-combined" } From 749d00b62130a34c10326777827a7bd172d05ded Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 8 Apr 2026 17:52:07 +0100 Subject: [PATCH 26/27] chore: update saorsa-transport to 664ce20 (deferred connection close on dedup) Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5d0b024..ec6b2b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5160,7 +5160,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/grumbach/saorsa-transport.git?branch=round4-combined#44b46620ee6561a69d0e738680bbc08199ec0491" +source = "git+https://github.com/grumbach/saorsa-transport.git?branch=round4-combined#664ce201a6debdb01c8e7b01c159c1ee3cce8849" dependencies = [ "anyhow", "async-trait", From 9ac56e9b3d56069715d6d3cf9fecdd7bab1b3b3f Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 8 Apr 2026 19:48:19 +0100 Subject: [PATCH 27/27] chore: update saorsa-transport to 2cabf2b5 (IPv4/IPv6 normalization fix) Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ec6b2b6..298c572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5160,7 +5160,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.31.0" -source = "git+https://github.com/grumbach/saorsa-transport.git?branch=round4-combined#664ce201a6debdb01c8e7b01c159c1ee3cce8849" +source = "git+https://github.com/grumbach/saorsa-transport.git?branch=round4-combined#2cabf2b5e00d00650283265a915ab690d1529183" dependencies = [ "anyhow", "async-trait",