Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the rust-dependencies group with 23 updates in the / directory:

Package From To
iroh 0.91.2 0.94.0
iroh-base 0.91.2 0.94.1
n0-watcher 0.3.0 0.4.0
rand 0.8.5 0.9.2
aho-corasick 1.1.3 1.1.4
cc 1.2.43 1.2.44
color-backtrace 0.7.1 0.7.2
icu_locale_core 2.0.0 2.1.1
icu_normalizer 2.0.0 2.1.1
litemap 0.8.0 0.8.1
potential_utf 0.1.3 0.1.4
rustls-pki-types 1.12.0 1.13.0
rustls-webpki 0.103.7 0.103.8
tinystr 0.8.1 0.8.2
tokio-util 0.7.16 0.7.17
unicode-ident 1.0.20 1.0.22
writeable 0.6.1 0.6.2
xml-rs 0.8.27 0.8.28
yoke 0.8.0 0.8.1
yoke-derive 0.8.0 0.8.1
zerotrie 0.2.2 0.2.3
zerovec 0.11.4 0.11.5
zerovec-derive 0.11.1 0.11.2

Updates iroh from 0.91.2 to 0.94.0

Changelog

Sourced from iroh's changelog.

0.94.0 - 2025-10-21

⛰️ Features

  • (iroh) Allow to override provenance for StaticProvider (#3527) - (3d92f6b)
  • (iroh) [breaking] Allow dynamic changing of the RelayMap of an endpoint (#3522) - (7a0644f)
  • (iroh) Introduce endpoint presets (#3523) - (2d367f9)
  • (iroh-base) [breaking] Reduce external types in the iroh-base API for keys (#3529) - (b45ae27)
  • (iroh-relay) [breaking] Remove support for legacy headers (#3539) - (f7692df)
  • [breaking] Transport generic EndpointAddr (#3554) - (9cb4020)

🐛 Bug Fixes

  • (iroh) Improve reusing of QAD reports (#3512) - (b2a55bf)
  • Flakey test simple_node_id_based_connection_transfer (#3534) - (0f86c38)

🚜 Refactor

  • (iroh) [breaking] Finish removal of add_node_addr from public api (#3528) - (c2fce51)
  • (iroh) Remove stun-rs (#3546) - (bafde6f)
  • (iroh-base) [breaking] Move tickets into their own crate (#3544) - (25cea67)
  • (iroh-relay) [breaking] Improve relay map api (#3563) - (a6b8456)
  • [breaking] Rename Node to Endpoint in all cases (#3542) - (bfc6ba0)

📚 Documentation

  • (iroh) Fix docstring for ProtocolHandler (#3558) - (b7baaeb)

🧪 Testing

  • (iroh) Fix flaky test_active_relay_inactive - (b29c158)

⚙️ Miscellaneous Tasks

0.93.2 - 2025-10-13

🐛 Bug Fixes

  • (iroh) Ensure initial addresses are published via discovery (#3525) - (ca85faa)

⚙️ Miscellaneous Tasks

0.93.1 - 2025-10-09

... (truncated)

Commits

Updates iroh-base from 0.91.2 to 0.94.1

Release notes

Sourced from iroh-base's releases.

v0.94.0

⚠️ Breaking Changes

  • iroh
    • renamed
      • iroh_relay::RelayNode -> RelayConfig
      • iroh_base::NodeAddr -> EndpointAddr
      • iroh_base::NodeAddr.node_id -> endpoint_id
      • iroh_base::NodeId -> EndpointId
      • iroh_base::NodeTicket -> EndpointTicket
      • iroh::Endpoint::node_addr -> iroh::Endpoint::addr
      • iroh::Endpoint::watch_node_addr -> iroh::Endpoint::watchaddr
      • iroh::Endpoint::node_id -> iroh::Endpoint::id
      • iroh_relay::RelayMap::urls
      • iroh_relay::RelayMap::nodes
      • iroh_relay::RelayMap::get_node
      • direct_addresses are now called ip_addresses
      • EndpointAddr type is completely changed
        • Use EndpointAddr::ip_addrs to get a list of ip addresses for this endpoint
        • Use EndpointAddr::relay_urls to get a list of relay urls for this endpoint
          • currently, there will only be one relay url per endpoint, but in the future, beyond 1.0, we will potentially have multiple
      • APIs with addresse(s) are now normalized to addr(s) to be consistent in the code base
    • removed
      • iroh::Endpoint::add_node_addr_with_source is removed. Use a discovery service instead.
    • added
      • iroh_base::Signature which replaces ed25519_dalek::Signature in the public API of iroh_base
      • iroh::Endpoint::insert_relay
      • iroh::Endpoint::remove_relay
      • iroh::Endpoint::RelayMap::insert
      • iroh::Endpoint::RelayMap::remove
  • iroh-relay
    • wire-level breaking change
      • iroh-relay servers can no longer issue captive portal challenges to pre 0.93 iroh nodes
  • iroh-base
    • changed
      • iroh_base error types have changed
    • removed
      • Into and From conversions for PublicKey - ed25519_dalek::VerifyingKey
      • Into and From conversions for SecretKey - ed25519_dalek::SigningKey
      • removed ticket s from iroh-base , they are now in their own iroh-ticket crate

⛰️ Features

  • (iroh) Allow to override provenance for StaticProvider (#3527) - (3d92f6b)
  • (iroh) [breaking] Allow dynamic changing of the RelayMap of an endpoint (#3522) - (7a0644f)
  • (iroh) Introduce endpoint presets (#3523) - (2d367f9)
  • (iroh-base) [breaking] Reduce external types in the iroh-base API for keys (#3529) - (b45ae27)
  • (iroh-relay) [breaking] Remove support for legacy headers (#3539) - (f7692df)
  • [breaking] Transport generic EndpointAddr (#3554) - (9cb4020)

... (truncated)

Changelog

Sourced from iroh-base's changelog.

Changelog

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

0.94.0 - 2025-10-21

⛰️ Features

  • (iroh) Allow to override provenance for StaticProvider (#3527) - (3d92f6b)
  • (iroh) [breaking] Allow dynamic changing of the RelayMap of an endpoint (#3522) - (7a0644f)
  • (iroh) Introduce endpoint presets (#3523) - (2d367f9)
  • (iroh-base) [breaking] Reduce external types in the iroh-base API for keys (#3529) - (b45ae27)
  • (iroh-relay) [breaking] Remove support for legacy headers (#3539) - (f7692df)
  • [breaking] Transport generic EndpointAddr (#3554) - (9cb4020)

🐛 Bug Fixes

  • (iroh) Improve reusing of QAD reports (#3512) - (b2a55bf)
  • Flakey test simple_node_id_based_connection_transfer (#3534) - (0f86c38)

🚜 Refactor

  • (iroh) [breaking] Finish removal of add_node_addr from public api (#3528) - (c2fce51)
  • (iroh) Remove stun-rs (#3546) - (bafde6f)
  • (iroh-base) [breaking] Move tickets into their own crate (#3544) - (25cea67)
  • (iroh-relay) [breaking] Improve relay map api (#3563) - (a6b8456)
  • [breaking] Rename Node to Endpoint in all cases (#3542) - (bfc6ba0)

📚 Documentation

  • (iroh) Fix docstring for ProtocolHandler (#3558) - (b7baaeb)

🧪 Testing

  • (iroh) Fix flaky test_active_relay_inactive - (b29c158)

⚙️ Miscellaneous Tasks

0.93.2 - 2025-10-13

🐛 Bug Fixes

  • (iroh) Ensure initial addresses are published via discovery (#3525) - (ca85faa)

⚙️ Miscellaneous Tasks

... (truncated)

Commits

Updates n0-watcher from 0.3.0 to 0.4.0

Commits
  • d73dc42 chore: Release n0-watcher version 0.4.0
  • 5c7dd7b chore: Release n0-watcher version 0.3.1
  • b421d87 chore: update n0-future to 0.3.0
  • 36482a6 Merge pull request #23 from n0-computer/Frando/bump-deps
  • a346aba fixup
  • 4769260 deps: bump n0-future and rand
  • 10a7789 chore(deps): bump rand from 0.8.5 to 0.9.2 (#21)
  • 41b287f chore(deps): bump derive_more from 1.0.0 to 2.0.1 (#19)
  • 6e115ec ci: add dependabot for crates.io (#17)
  • 19fb728 chore(deps): bump the github-actions group with 2 updates (#16)
  • Additional commits viewable in compare view

Updates rand from 0.8.5 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)

[0.9.1] - 2025-04-17

Security and unsafe

  • Revise "not a crypto library" policy again (#1565)
  • Remove zerocopy dependency from rand (#1579)

Fixes

  • Fix feature simd_support for recent nightly rust (#1586)

Changes

  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#1623), reverting an undocumented change (#1382) to the previous release.

Additions

  • Add rand::distr::Alphabetic distribution. (#1587)
  • Re-export rand_core (#1604)

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

API changes: rand_core traits

  • Add fn RngCore::read_adapter implementing std::io::Read (#1267)
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore (#1273)
  • Add traits TryRngCore, TryCryptoRng (#1424, #1499)
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng (#1424)
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng (#1424)
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed (#1491)

API changes: Rng trait and top-level fns

  • Rename fn rand::thread_rng() to rand::rng() and remove from the prelude (#1506)

... (truncated)

Commits

Updates aead from 0.5.2 to 0.6.0-rc.2

Commits

Updates aho-corasick from 1.1.3 to 1.1.4

Commits

Updates base16ct from 0.2.0 to 0.3.0

Commits
  • 09dd7d7 base16ct v0.3.0 (#2005)
  • 1b0cee8 base16ct: remove std feature (#2004)
  • be18550 chore(deps): bump the all-deps group with 4 updates (#2001)
  • 3db5969 chore(deps): bump crate-ci/typos from 1.35.3 to 1.35.4 (#2000)
  • d2cc2af Add info about new MSRV policy to crates we can imminently release (#2002)
  • 022fe82 chore(deps): bump crate-ci/typos from 1.34.0 to 1.35.3 (#1993)
  • e2668fb chore(deps): bump the all-deps group with 5 updates (#1994)
  • 36cc7b3 chore(deps): bump actions/checkout from 4 to 5 (#1995)
  • 809b1a2 cms: propagate std feature to x509-cert (#1990)
  • 8c60e19 chore(deps): bump rstest from 0.25.0 to 0.26.0 (#1988)
  • Additional commits viewable in compare view

Updates block-buffer from 0.10.4 to 0.11.0-rc.5

Commits
  • 88f6e69 Cut prereleases with hybrid-array v0.4 support (#1210)
  • adfccfe Bump hybrid-array to v0.4 (#1208)
  • 3f4220b cpufeatures: Align LoongArch features with libstd (#1206)
  • 87b916e cpufeatures: use cfg() to detect aarch64 android instead of [target.aarch64-l...
  • dfcd9a0 build(deps): bump actions/checkout from 4 to 5 (#1203)
  • ea3ad3e block-buffer: replace ReadBuffer::read method with read_cached and `write...
  • f5ac85f block-buffer: generic implementation of serialization methods (#1200)
  • 0e7e6e6 zeroize: add proxy_alloc_test (#1199)
  • 8a58487 dbl v0.4.0 (#1194)
  • ce3c9a7 dbl: seal the Dbl trait and tweak docs (#1198)
  • Additional commits viewable in compare view

Updates cc from 1.2.43 to 1.2.44

Release notes

Sourced from cc's releases.

cc-v1.2.44

Other

  • Fix debug assertion for env/abi mismatch (#1604)
  • Update CHANGELOG for version 1.2.43 (#1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#1495)
Changelog

Sourced from cc's changelog.

1.2.44 - 2025-10-31

Other

  • Fix debug assertion for env/abi mismatch (#1604)
  • Update CHANGELOG for version 1.2.43 (#1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#1495)
Commits

Updates chacha20 from 0.9.1 to 0.10.0-rc.2

Commits

Updates cipher from 0.4.4 to 0.5.0-rc.1

Commits

Updates color-backtrace from 0.7.1 to 0.7.2

Changelog

Sourced from color-backtrace's changelog.

[v0.7.2] (2025-10-28)

  • Fix dependency detection when running on Windows
Commits

Updates const-oid from 0.9.6 to 0.10.1

Commits
  • bd473d1 const-oid v0.10.1 (#1754)
  • ea09a16 chore(deps): bump tokio from 1.43.0 to 1.43.1 in /cms (#1755)
  • d3e8f9b const-oid: fix encoder base128_len calculation
  • 3552be9 pkcs8: add hint on private_key field about its format (#1749) (#1751)
  • 6f41e18 chore(deps): bump flagset from 0.4.6 to 0.4.7 (#1750)
  • 497c826 chore(deps): bump crate-ci/typos from 1.30.0 to 1.31.1 (#1748)
  • fe59d44 der: add test for implicitRef + explicitRef for SetOf (#1742)
  • feb56ca der: conversions between heapless:Vec\<u8> and OctetStringRef (#1735)
  • 937e611 der: add class bits consts for Application and Private tag support (#1721)
  • e0910cd der_derive: add DecodeValue, EncodeValue macros (#1722)
  • Additional commits viewable in compare view

Updates crypto-common from 0.1.6 to 0.2.0-rc.4

Commits

Updates crypto_box from 0.9.1 to 0.10.0-pre.0

Commits

Updates crypto_secretbox from 0.1.1 to 0.2.0-pre.0

Commits

Updates curve25519-dalek from 4.1.3 to 5.0.0-pre.1

Commits

… 76 updates

Bumps the rust-dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [iroh](https://github.com/n0-computer/iroh) | `0.91.2` | `0.94.0` |
| [iroh-base](https://github.com/n0-computer/iroh) | `0.91.2` | `0.94.1` |
| [n0-watcher](https://github.com/n0-computer/n0-watcher) | `0.3.0` | `0.4.0` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.3` | `1.1.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.43` | `1.2.44` |
| [color-backtrace](https://github.com/athre0z/color-backtrace) | `0.7.1` | `0.7.2` |
| [icu_locale_core](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` |
| [icu_normalizer](https://github.com/unicode-org/icu4x) | `2.0.0` | `2.1.1` |
| [litemap](https://github.com/unicode-org/icu4x) | `0.8.0` | `0.8.1` |
| [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.3` | `0.1.4` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.12.0` | `1.13.0` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.7` | `0.103.8` |
| [tinystr](https://github.com/unicode-org/icu4x) | `0.8.1` | `0.8.2` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.20` | `1.0.22` |
| [writeable](https://github.com/unicode-org/icu4x) | `0.6.1` | `0.6.2` |
| [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.27` | `0.8.28` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.8.0` | `0.8.1` |
| [yoke-derive](https://github.com/unicode-org/icu4x) | `0.8.0` | `0.8.1` |
| [zerotrie](https://github.com/unicode-org/icu4x) | `0.2.2` | `0.2.3` |
| [zerovec](https://github.com/unicode-org/icu4x) | `0.11.4` | `0.11.5` |
| [zerovec-derive](https://github.com/unicode-org/icu4x) | `0.11.1` | `0.11.2` |



Updates `iroh` from 0.91.2 to 0.94.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@v0.91.2...v0.94.0)

Updates `iroh-base` from 0.91.2 to 0.94.1
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v0.91.2...v0.94.1)

Updates `n0-watcher` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/n0-computer/n0-watcher/releases)
- [Changelog](https://github.com/n0-computer/n0-watcher/blob/main/CHANGELOG.md)
- [Commits](n0-computer/n0-watcher@v0.3.0...v0.4.0)

Updates `rand` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...rand_core-0.9.2)

Updates `aead` from 0.5.2 to 0.6.0-rc.2
- [Commits](RustCrypto/traits@aead-v0.5.2...aead-v0.6.0-rc.2)

Updates `aho-corasick` from 1.1.3 to 1.1.4
- [Commits](BurntSushi/aho-corasick@1.1.3...1.1.4)

Updates `base16ct` from 0.2.0 to 0.3.0
- [Commits](RustCrypto/formats@base16ct/v0.2.0...base16ct/v0.3.0)

Updates `block-buffer` from 0.10.4 to 0.11.0-rc.5
- [Commits](RustCrypto/utils@block-buffer-v0.10.4...block-buffer-v0.11.0-rc.5)

Updates `cc` from 1.2.43 to 1.2.44
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.43...cc-v1.2.44)

Updates `chacha20` from 0.9.1 to 0.10.0-rc.2
- [Commits](RustCrypto/stream-ciphers@chacha20-v0.9.1...chacha20-v0.10.0-rc.2)

Updates `cipher` from 0.4.4 to 0.5.0-rc.1
- [Commits](RustCrypto/traits@cipher-v0.4.4...cipher-v0.5.0-rc.1)

Updates `color-backtrace` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md)
- [Commits](https://github.com/athre0z/color-backtrace/commits)

Updates `const-oid` from 0.9.6 to 0.10.1
- [Commits](RustCrypto/formats@const-oid/v0.9.6...const-oid/v0.10.1)

Updates `crypto-common` from 0.1.6 to 0.2.0-rc.4
- [Commits](RustCrypto/traits@crypto-common-v0.1.6...crypto-common-v0.2.0-rc.4)

Updates `crypto_box` from 0.9.1 to 0.10.0-pre.0
- [Commits](RustCrypto/nacl-compat@crypto_box-v0.9.1...crypto_box-v0.10.0-pre.0)

Updates `crypto_secretbox` from 0.1.1 to 0.2.0-pre.0
- [Commits](RustCrypto/nacl-compat@crypto_secretbox-v0.1.1...crypto_secretbox-v0.2.0-pre.0)

Updates `curve25519-dalek` from 4.1.3 to 5.0.0-pre.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.3...curve25519-5.0.0-pre.1)

Updates `der` from 0.7.10 to 0.8.0-rc.9
- [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0-rc.9)

Updates `digest` from 0.10.7 to 0.11.0-rc.3
- [Commits](RustCrypto/traits@digest-v0.10.7...digest-v0.11.0-rc.3)

Updates `ed25519` from 2.2.3 to 3.0.0-rc.1
- [Commits](RustCrypto/signatures@ed25519/v2.2.3...ed25519/v3.0.0-rc.1)

Updates `ed25519-dalek` from 2.2.0 to 3.0.0-pre.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...x25519-3.0.0-pre.1)

Updates `fiat-crypto` from 0.2.9 to 0.3.0
- [Release notes](https://github.com/mit-plv/fiat-crypto/releases)
- [Commits](https://github.com/mit-plv/fiat-crypto/commits)

Updates `foldhash` from 0.1.5 to 0.2.0
- [Commits](orlp/foldhash@v0.1.5...v0.2.0)

Updates `hashbrown` from 0.15.5 to 0.16.0
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.5...v0.16.0)

Updates `icu_locale_core` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `icu_normalizer` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `icu_normalizer_data` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `icu_properties` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `icu_properties_data` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `icu_provider` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `inout` from 0.1.4 to 0.2.1
- [Commits](RustCrypto/utils@inout-v0.1.4...inout-v0.2.1)

Updates `iroh-metrics` from 0.35.0 to 0.36.2
- [Release notes](https://github.com/n0-computer/iroh-metrics/releases)
- [Changelog](https://github.com/n0-computer/iroh-metrics/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh-metrics@v0.35.0...v0.36.2)

Updates `iroh-metrics-derive` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/n0-computer/iroh-metrics/releases)
- [Changelog](https://github.com/n0-computer/iroh-metrics/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh-metrics@v0.2.0...iroh-metrics-derive-v0.3.1)

Updates `iroh-relay` from 0.91.2 to 0.94.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@v0.91.2...v0.94.0)

Updates `litemap` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `n0-future` from 0.1.3 to 0.3.0
- [Changelog](https://github.com/n0-computer/n0-future/blob/main/CHANGELOG.md)
- [Commits](n0-computer/n0-future@v0.1.3...v0.3.0)

Updates `netdev` from 0.36.0 to 0.38.2
- [Release notes](https://github.com/shellrow/netdev/releases)
- [Commits](shellrow/netdev@v0.36.0...v0.38.2)

Updates `netlink-packet-core` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/rust-netlink/netlink-packet-core/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-core/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-core@v0.7.0...v0.8.1)

Updates `netlink-packet-route` from 0.22.0 to 0.25.1
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.22.0...v0.25.1)

Updates `netlink-proto` from 0.11.5 to 0.12.0
- [Release notes](https://github.com/rust-netlink/netlink-proto/releases)
- [Changelog](https://github.com/rust-netlink/netlink-proto/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-proto@v0.11.5...v0.12.0)

Updates `netwatch` from 0.8.0 to 0.11.0
- [Commits](n0-computer/net-tools@netwatch-v0.8.0...netwatch-v0.11.0)

Updates `pem-rfc7468` from 0.7.0 to 1.0.0-rc.3
- [Commits](RustCrypto/formats@pem-rfc7468/v0.7.0...pem-rfc7468/v1.0.0-rc.3)

Updates `pkarr` from 3.10.0 to 5.0.0
- [Release notes](https://github.com/pubky/pkarr/releases)
- [Commits](https://github.com/pubky/pkarr/commits/v5.0.0)

Updates `pkcs8` from 0.10.2 to 0.11.0-rc.7
- [Commits](RustCrypto/formats@pkcs8/v0.10.2...pkcs8/v0.11.0-rc.7)

Updates `poly1305` from 0.8.0 to 0.9.0-rc.2
- [Commits](RustCrypto/universal-hashes@poly1305-v0.8.0...poly1305-0.9.0-rc.2)

Updates `portmapper` from 0.8.0 to 0.11.0
- [Commits](n0-computer/net-tools@portmapper-v0.8.0...portmapper-v0.11.0)

Updates `potential_utf` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `rustls-pki-types` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.12.0...v/1.13.0)

Updates `rustls-webpki` from 0.103.7 to 0.103.8
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.7...v/0.103.8)

Updates `salsa20` from 0.10.2 to 0.11.0-rc.1
- [Commits](RustCrypto/stream-ciphers@salsa20-v0.10.2...salsa20-v0.11.0-rc.1)

Updates `serdect` from 0.2.0 to 0.4.1
- [Commits](RustCrypto/formats@serdect/v0.2.0...serdect/v0.4.1)

Updates `sha1` from 0.10.6 to 0.11.0-rc.2
- [Commits](RustCrypto/hashes@sha1-v0.10.6...sha1-v0.11.0-rc.2)

Updates `sha2` from 0.10.9 to 0.11.0-rc.2
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0-rc.2)

Updates `signature` from 2.2.0 to 3.0.0-rc.4
- [Commits](RustCrypto/traits@signature-v2.2.0...signature-v3.0.0-rc.4)

Updates `spki` from 0.7.3 to 0.8.0-rc.4
- [Commits](RustCrypto/formats@spki/v0.7.3...spki/v0.8.0-rc.4)

Updates `tinystr` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `tokio-util` from 0.7.16 to 0.7.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17)

Updates `unicode-ident` from 1.0.20 to 1.0.22
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.20...1.0.22)

Updates `universal-hash` from 0.5.1 to 0.6.0-rc.2
- [Commits](RustCrypto/traits@universal-hash-v0.5.1...universal-hash-v0.6.0-rc.2)

Updates `webpki-roots` from 0.26.11 to 1.0.3
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.3)

Updates `windows-sys` from 0.48.0 to 0.45.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.48.0...0.45.0)

Updates `windows-targets` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_gnullvm` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_msvc` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_gnu` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_msvc` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnu` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnullvm` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_msvc` from 0.48.5 to 0.42.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `writeable` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/ind/ixdtf@0.6.1...ind/ixdtf@0.6.2)

Updates `xml-rs` from 0.8.27 to 0.8.28
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.27...0.8.28)

Updates `yoke` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `yoke-derive` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerotrie` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerovec` from 0.11.4 to 0.11.5
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerovec-derive` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

---
updated-dependencies:
- dependency-name: iroh
  dependency-version: 0.94.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-base
  dependency-version: 0.94.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: n0-watcher
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: aead
  dependency-version: 0.6.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: aho-corasick
  dependency-version: 1.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: base16ct
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: block-buffer
  dependency-version: 0.11.0-rc.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-version: 1.2.44
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: chacha20
  dependency-version: 0.10.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cipher
  dependency-version: 0.5.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: color-backtrace
  dependency-version: 0.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: const-oid
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: crypto-common
  dependency-version: 0.2.0-rc.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: crypto_box
  dependency-version: 0.10.0-pre.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: crypto_secretbox
  dependency-version: 0.2.0-pre.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: curve25519-dalek
  dependency-version: 5.0.0-pre.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: der
  dependency-version: 0.8.0-rc.9
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: digest
  dependency-version: 0.11.0-rc.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: ed25519
  dependency-version: 3.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: ed25519-dalek
  dependency-version: 3.0.0-pre.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: fiat-crypto
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: foldhash
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: hashbrown
  dependency-version: 0.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_locale_core
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_normalizer
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_normalizer_data
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_properties
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_properties_data
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: icu_provider
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: inout
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-metrics
  dependency-version: 0.36.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-metrics-derive
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-relay
  dependency-version: 0.94.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: litemap
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: n0-future
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netdev
  dependency-version: 0.38.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netlink-packet-core
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netlink-packet-route
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netlink-proto
  dependency-version: 0.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netwatch
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pem-rfc7468
  dependency-version: 1.0.0-rc.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: pkarr
  dependency-version: 5.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: pkcs8
  dependency-version: 0.11.0-rc.7
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: poly1305
  dependency-version: 0.9.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: portmapper
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: potential_utf
  dependency-version: 0.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rustls-pki-types
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rustls-webpki
  dependency-version: 0.103.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: salsa20
  dependency-version: 0.11.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serdect
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: sha1
  dependency-version: 0.11.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: sha2
  dependency-version: 0.11.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: signature
  dependency-version: 3.0.0-rc.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: spki
  dependency-version: 0.8.0-rc.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tinystr
  dependency-version: 0.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio-util
  dependency-version: 0.7.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: unicode-ident
  dependency-version: 1.0.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: universal-hash
  dependency-version: 0.6.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: webpki-roots
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: windows-sys
  dependency-version: 0.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-targets
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_gnullvm
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_msvc
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_gnu
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_msvc
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnu
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnullvm
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_msvc
  dependency-version: 0.42.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: writeable
  dependency-version: 0.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: xml-rs
  dependency-version: 0.8.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: yoke
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: yoke-derive
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zerotrie
  dependency-version: 0.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zerovec
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zerovec-derive
  dependency-version: 0.11.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

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

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot-cargo-rust-dependencies-acaf387362 branch November 10, 2025 19:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant