Skip to content

build(deps): bump the rust-minor-and-patch group in /iroh4k/src/rust with 3 updates - #19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/iroh4k/src/rust/rust-minor-and-patch-2893a2bdab
Closed

build(deps): bump the rust-minor-and-patch group in /iroh4k/src/rust with 3 updates#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/iroh4k/src/rust/rust-minor-and-patch-2893a2bdab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-minor-and-patch group in /iroh4k/src/rust with 3 updates: iroh-base, iroh-relay and noq-proto.

Updates iroh-base from 1.0.3 to 1.1.0

Release notes

Sourced from iroh-base's releases.

v1.1.0

⛰️ Features

  • (iroh) Add metrics for relay connections (#4477) - (fc1fc21)
  • (iroh-relay, iroh) Inform clients when they are rate-limited and warn log in iroh (#4455) - (e68dbda)

🐛 Bug Fixes

  • (iroh) Keep answering priority messages during relay reconnect backoff delay (#4444) - (0458319)
  • (iroh) Route net_report HTTP probes through the configured proxy (#4463) - (de24dae)
  • (iroh) Drain relay tasks with join_next instead of join_all (#4460) - (09a0aca)
  • (iroh-dns-server) Enable TCP keepalive on HTTP listeners (#4462) - (735958f)
  • Bind iroh-dns-server to both IPv4 and IPv6 (#4432) - (bbc82b6)
  • [breaking] Fix serialization of CustomAddr so that the data serializes the same as a Vec (#4465) - (4706ec9)
  • Use random mapped addrs instead of a counter. (#4469) - (a05c9c4)

🚜 Refactor

📚 Documentation

🧪 Testing

  • (iroh) Update patchbay to 0.7.0 (#4445) - (7d8c9bf)
  • (iroh) Disable flaky patchbay test for now (#4449) - (d27d430)
  • (iroh) Add patchbay tests for relay connectivity (#4434) - (8455111)

⚙️ Miscellaneous Tasks

  • ()* Update noq and net-tools dependencies (#4487) - (1960e73)
  • (ci) Pin sccache to 0.16 on windows due to cli len limit (#4456) - (0438766)
  • (iroh-dns-server) Replace mainline with n0-mainline and update lru (#4470) - (82eed32)
  • (secruity) Hardening + lock files + dependabot cooldown (#4480) - (89ed3bf)
  • Run daily flaky CI even 2h earlier (#4431) - (e080db7)
Changelog

Sourced from iroh-base's changelog.

1.1.0 - 2026-08-25

⛰️ Features

  • (iroh) Add metrics for relay connections (#4477) - (fc1fc21)
  • (iroh-relay, iroh) Inform clients when they are rate-limited and warn log in iroh (#4455) - (e68dbda)

🐛 Bug Fixes

  • (iroh) Keep answering priority messages during relay reconnect backoff delay (#4444) - (0458319)
  • (iroh) Route net_report HTTP probes through the configured proxy (#4463) - (de24dae)
  • (iroh) Drain relay tasks with join_next instead of join_all (#4460) - (09a0aca)
  • (iroh-dns-server) Enable TCP keepalive on HTTP listeners (#4462) - (735958f)
  • Bind iroh-dns-server to both IPv4 and IPv6 (#4432) - (bbc82b6)
  • [breaking] Fix serialization of CustomAddr so that the data serializes the same as a Vec (#4465) - (4706ec9)
  • Use random mapped addrs instead of a counter. (#4469) - (a05c9c4)

🚜 Refactor

📚 Documentation

🧪 Testing

  • (iroh) Update patchbay to 0.7.0 (#4445) - (7d8c9bf)
  • (iroh) Disable flaky patchbay test for now (#4449) - (d27d430)
  • (iroh) Add patchbay tests for relay connectivity (#4434) - (8455111)

⚙️ Miscellaneous Tasks

  • ()* Update noq and net-tools dependencies (#4487) - (1960e73)
  • (ci) Pin sccache to 0.16 on windows due to cli len limit (#4456) - (0438766)
  • (iroh-dns-server) Replace mainline with n0-mainline and update lru (#4470) - (82eed32)
  • (secruity) Hardening + lock files + dependabot cooldown (#4480) - (89ed3bf)
  • Run daily flaky CI even 2h earlier (#4431) - (e080db7)

Changelog

All notable changes to iroh will be documented in this file.

Commits
  • fddf1a4 chore: Release
  • 1960e73 chore(*): update noq and net-tools dependencies (#4487)
  • 2b9f441 Merge commit from fork
  • 09a0aca fix(iroh): drain relay tasks with join_next instead of join_all (#4460)
  • eba4877 chore(deps): bump taiki-e/install-action from 2.85.11 to 2.85.13 in the githu...
  • a05c9c4 fix: Use random mapped addrs instead of a counter. (#4469)
  • 89ed3bf ci(secruity): hardening + lock files + dependabot cooldown (#4480)
  • fc1fc21 feat(iroh): Add metrics for relay connections (#4477)
  • 94835be docs: explain read_to_end termination (#4391)
  • 6d7f68c refactor: Don't send SNI (#4473)
  • Additional commits viewable in compare view

Updates iroh-relay from 1.0.3 to 1.1.0

Release notes

Sourced from iroh-relay's releases.

v1.1.0

⛰️ Features

  • (iroh) Add metrics for relay connections (#4477) - (fc1fc21)
  • (iroh-relay, iroh) Inform clients when they are rate-limited and warn log in iroh (#4455) - (e68dbda)

🐛 Bug Fixes

  • (iroh) Keep answering priority messages during relay reconnect backoff delay (#4444) - (0458319)
  • (iroh) Route net_report HTTP probes through the configured proxy (#4463) - (de24dae)
  • (iroh) Drain relay tasks with join_next instead of join_all (#4460) - (09a0aca)
  • (iroh-dns-server) Enable TCP keepalive on HTTP listeners (#4462) - (735958f)
  • Bind iroh-dns-server to both IPv4 and IPv6 (#4432) - (bbc82b6)
  • [breaking] Fix serialization of CustomAddr so that the data serializes the same as a Vec (#4465) - (4706ec9)
  • Use random mapped addrs instead of a counter. (#4469) - (a05c9c4)

🚜 Refactor

📚 Documentation

🧪 Testing

  • (iroh) Update patchbay to 0.7.0 (#4445) - (7d8c9bf)
  • (iroh) Disable flaky patchbay test for now (#4449) - (d27d430)
  • (iroh) Add patchbay tests for relay connectivity (#4434) - (8455111)

⚙️ Miscellaneous Tasks

  • ()* Update noq and net-tools dependencies (#4487) - (1960e73)
  • (ci) Pin sccache to 0.16 on windows due to cli len limit (#4456) - (0438766)
  • (iroh-dns-server) Replace mainline with n0-mainline and update lru (#4470) - (82eed32)
  • (secruity) Hardening + lock files + dependabot cooldown (#4480) - (89ed3bf)
  • Run daily flaky CI even 2h earlier (#4431) - (e080db7)
Changelog

Sourced from iroh-relay's changelog.

1.1.0 - 2026-08-25

⛰️ Features

  • (iroh) Add metrics for relay connections (#4477) - (fc1fc21)
  • (iroh-relay, iroh) Inform clients when they are rate-limited and warn log in iroh (#4455) - (e68dbda)

🐛 Bug Fixes

  • (iroh) Keep answering priority messages during relay reconnect backoff delay (#4444) - (0458319)
  • (iroh) Route net_report HTTP probes through the configured proxy (#4463) - (de24dae)
  • (iroh) Drain relay tasks with join_next instead of join_all (#4460) - (09a0aca)
  • (iroh-dns-server) Enable TCP keepalive on HTTP listeners (#4462) - (735958f)
  • Bind iroh-dns-server to both IPv4 and IPv6 (#4432) - (bbc82b6)
  • [breaking] Fix serialization of CustomAddr so that the data serializes the same as a Vec (#4465) - (4706ec9)
  • Use random mapped addrs instead of a counter. (#4469) - (a05c9c4)

🚜 Refactor

📚 Documentation

🧪 Testing

  • (iroh) Update patchbay to 0.7.0 (#4445) - (7d8c9bf)
  • (iroh) Disable flaky patchbay test for now (#4449) - (d27d430)
  • (iroh) Add patchbay tests for relay connectivity (#4434) - (8455111)

⚙️ Miscellaneous Tasks

  • ()* Update noq and net-tools dependencies (#4487) - (1960e73)
  • (ci) Pin sccache to 0.16 on windows due to cli len limit (#4456) - (0438766)
  • (iroh-dns-server) Replace mainline with n0-mainline and update lru (#4470) - (82eed32)
  • (secruity) Hardening + lock files + dependabot cooldown (#4480) - (89ed3bf)
  • Run daily flaky CI even 2h earlier (#4431) - (e080db7)

Changelog

All notable changes to iroh will be documented in this file.

Commits
  • fddf1a4 chore: Release
  • 1960e73 chore(*): update noq and net-tools dependencies (#4487)
  • 2b9f441 Merge commit from fork
  • 09a0aca fix(iroh): drain relay tasks with join_next instead of join_all (#4460)
  • eba4877 chore(deps): bump taiki-e/install-action from 2.85.11 to 2.85.13 in the githu...
  • a05c9c4 fix: Use random mapped addrs instead of a counter. (#4469)
  • 89ed3bf ci(secruity): hardening + lock files + dependabot cooldown (#4480)
  • fc1fc21 feat(iroh): Add metrics for relay connections (#4477)
  • 94835be docs: explain read_to_end termination (#4391)
  • 6d7f68c refactor: Don't send SNI (#4473)
  • Additional commits viewable in compare view

Updates noq-proto from 1.1.1 to 1.2.0

Changelog

Sourced from noq-proto's changelog.

1.2.0 - 2026-08-24

⛰️ Features

🐛 Bug Fixes

  • (proto) Correctly set per path idle timer (#771) - (f1ae905)
  • (proto) Ignore coalesced datagram tail for unknown path (#782) - (898cea7)
  • (udp) Disable SO_TIMESTAMPNS for now (#776) - (20d6fec)

⚙️ Miscellaneous Tasks

  • (docs) Remove the unmaintained book (#793) - (f96c494)
  • (secruity) Ensure locked cargo files and dependabot cooldown (#788) - (c334d2d)
  • Run daily CI even two hours earlier (#767) - (8cae43a)
  • Run cargo update and adjust deny.toml accordingly (#762) - (5cf07f4)
  • Auto format and wrap comments (#744) - (db9bf72)

noq-v1.1.0 - 2026-07-20

⛰️ Features

  • (noq) Introduce noq::Connection::authenticated - (3e926fa)
  • (proto) Allow ProtectedHeader::decode to use a generic reference - (8f80192)
  • (proto) Use path idle timeout for validation when opening a new path (#721) - (b570682)
  • (proto) Make Connection::poll_timeout immutable - (a17cb24)
  • (quinn-udp) Make Apple fast datapath opt-in - (a0ec97a)
  • (udp) Add IP_RECVERR / IPV6_RECVERR support (Linux/Android) - (81582f4)
  • (udp) Implement kernel receive timestamps on Linux/Android - (b454d17)
  • Implement kernel receive timestamps on Linux/Android - (9849790)

🐛 Bug Fixes

  • (noq) Handle overdue timers without polling the async timer - (f165c03)
  • (perf) Suppress table output in JSON mode - (f853e5e)
  • (proto) Discard stale abandoned path packets (#732) - (52a5000)
  • (proto) Make path_stats not require self mutably - api unchanged (#736) - (54bae7f)
  • (proto) Congestion: avoid double-reducing CUBIC fast convergence - (4cfbafa)
  • (proto) Congestion: preserve excess CUBIC cwnd increment - (6039c93)
  • (proto) Set loss detection timer on path validation failure - (f847bb0)
  • (proto) Avoid double-emitting Draining event, causing an active_connections underflow (#748) - (883ca63)
  • (proto) Fix coalescing loop to avoid coalescing in Initial space (#747) - (0a445dd)
  • (proto) Reject DATAGRAMs larger than the send buffer - (1e8a5a9)
  • (proto) Use binary search in ArrayRangeSet - (ba90d78)
  • (proto) Drop Initials silently when saturated - (f2968cf)
  • (quinn) Handle overdue timers without polling the async timer - (76020ba)
  • (readme) Use correct crates.io badge link in README.md (#756) - (ab91554)

... (truncated)

Commits
  • a62dafd chore: Release
  • f96c494 chore(docs): Remove the unmaintained book (#793)
  • c334d2d ci(secruity): ensure locked cargo files and dependabot cooldown (#788)
  • 64a7e4c feat(proto): sync bbrv3 from quinn (#785)
  • 898cea7 fix(proto): ignore coalesced datagram tail for unknown path (#782)
  • f1ae905 fix(proto): correctly set per path idle timer (#771)
  • db9bf72 chore: auto format and wrap comments (#744)
  • 20d6fec fix(udp): Disable SO_TIMESTAMPNS for now (#776)
  • f07006e feat(udp): support wasm32-wasip2 (#773)
  • 5cf07f4 deps: run cargo update and adjust deny.toml accordingly (#762)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-minor-and-patch group in /iroh4k/src/rust with 3 updates: [iroh-base](https://github.com/n0-computer/iroh), [iroh-relay](https://github.com/n0-computer/iroh) and [noq-proto](https://github.com/n0-computer/noq).


Updates `iroh-base` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v1.0.3...v1.1.0)

Updates `iroh-relay` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v1.0.3...v1.1.0)

Updates `noq-proto` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/n0-computer/noq/releases)
- [Changelog](https://github.com/n0-computer/noq/blob/main/CHANGELOG.md)
- [Commits](n0-computer/noq@noq-v1.1.1...noq-proto-v1.2.0)

---
updated-dependencies:
- dependency-name: iroh-base
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor-and-patch
- dependency-name: iroh-relay
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor-and-patch
- dependency-name: noq-proto
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/iroh4k/src/rust/rust-minor-and-patch-2893a2bdab branch September 7, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants