Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 47 updates#335

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-cargo-rust-dependencies-a870d0e2e6
Closed

chore(deps): bump the rust-dependencies group across 1 directory with 47 updates#335
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-cargo-rust-dependencies-a870d0e2e6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

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

Package From To
iroh 0.91.2 0.97.0
iroh-base 0.91.2 0.97.0
n0-watcher 0.3.0 0.6.1
rand 0.8.5 0.10.0
bincode 2.0.1 3.0.0

Updates iroh from 0.91.2 to 0.97.0

Changelog

Sourced from iroh's changelog.

0.97.0 - 2026-03-16

⛰️ Features

  • (iroh) [breaking] Dropping the endpoint ungracefully should log and error, but still clean up resources immediately (#3879) - (9cf417a)
  • (iroh) [breaking] Retain stats for closed and abandoned paths in the path watcher (#3899) - (b11e707)
  • (iroh) More precise information about incoming connections (#3949) - (abc349c)
  • (iroh) [breaking] Add address filtering and reordering for Address Lookup Services (#3960) - (d33a32f)
  • (iroh) Proper span for endpoints (#3988) - (e23f2f3)
  • (iroh) Allow propagation of addr filters through the endpoint (#4010) - (5df183d)
  • (iroh) Add tracing events for connections (#4021) - (f226881)
  • (iroh) [breaking] Cleanup preset API (#4014) - (759f14e)
  • (iroh-relay) Embeddable relay server (#3832) - (fe7f04f)
  • (netsim) Filter tests (#3946) - (1729243)
  • Allow to customize TLS trust roots (#3973) - (ba4ee62)
  • Implement custom transports (#3845) - (d434c85)
  • [breaking] Switch noq (#4005) - (b32c927)

🐛 Bug Fixes

  • (docs) Just a typo in the documentation for mdns discovery (#3929) - (cf6acb5)
  • (example) Always close the endpoint (#4007) - (afc1faa)
  • (iroh) Disable QAD if no IP transports are configured (#3926) - (aa14381)
  • (iroh) [breaking] Reexport full dns module from iroh-relay (#3916) - (523c93c)
  • (iroh) Don't depend on the unused relays ff of pkarr (#4004) - (2494255)
  • (iroh) [breaking] Don't publish IP addresses from PkarrPublisher by default (#4012) - (b3da940)
  • (iroh-relay) Turn off nagle for relayed streams in iroh-relay servers (#3995) - (82e0695)
  • (tests) Give test longer to not be flaky (#3939) - (1324c66)
  • Configure git identity in cleanup workflow - (dbe5112)
  • Increase DNS timeout and address lookup stagger intervals (#4008) - (993b018)

🚜 Refactor

  • (iroh) Avoid rustls feature flag use in resolver.rs (#3985) - (dd381a1)
  • (iroh) Use combinator approach for address filtering (#3987) - (a289f63)
  • (iroh, iroh-relay) [breaking] Relay should not kill old connections when same endpoint id connects (#3921) - (1b4ee2a)
  • (transfer example) Remove SelectedPath::Mixed as an impossible state (#3895) - (9cc8602)
  • Simplify path selection - (df6c396)
  • Update quinn and simplify path handling in RemoteStateActor (#3967) - (1ffb560)
  • Add doc comments, move code around, rename (#3977) - (1c5bd5b)
  • Remove special fast path for hickory resolver (#4022) - (7fc9fb9)

📚 Documentation

  • Fix typo in documentation comment for generate function (#4001) - (766097b)

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 3d6e26b chore: Release
  • 29c8c85 chore: update changelog generation command
  • b3da940 fix(iroh)!: Don't publish IP addresses from PkarrPublisher by default (#4012)
  • 759f14e feat(iroh)!: cleanup preset API (#4014)
  • a34f823 chore(deps): bump the github-actions group with 2 updates (#4017)
  • 4e3f6b7 chore(deps): bump strum from 0.27.2 to 0.28.0 (#3981)
  • 7fc9fb9 refactor: Remove special fast path for hickory resolver (#4022)
  • f226881 feat(iroh): add tracing events for connections (#4021)
  • 76609fd deps: remove netdev from the direct dependencies (#4019)
  • 4864ce6 chore(deps): bump toml from 0.9.12+spec-1.1.0 to 1.0.6+spec-1.1.0 (#4016)
  • Additional commits viewable in compare view

Updates iroh-base from 0.91.2 to 0.97.0

Release notes

Sourced from iroh-base's releases.

v0.97.0 - Custom Transports & noq

⛰️ Features

  • (iroh) [breaking] Dropping the endpoint ungracefully should log and error, but still clean up resources immediately (#3879) - (9cf417a)
  • (iroh) [breaking] Retain stats for closed and abandoned paths in the path watcher (#3899) - (b11e707)
  • (iroh) More precise information about incoming connections (#3949) - (abc349c)
  • (iroh) [breaking] Add address filtering and reordering for Address Lookup Services (#3960) - (d33a32f)
  • (iroh) Proper span for endpoints (#3988) - (e23f2f3)
  • (iroh) Allow propagation of addr filters through the endpoint (#4010) - (5df183d)
  • (iroh) Add tracing events for connections (#4021) - (f226881)
  • (iroh) [breaking] Cleanup preset API (#4014) - (759f14e)
  • (iroh-relay) Embeddable relay server (#3832) - (fe7f04f)
  • (netsim) Filter tests (#3946) - (1729243)
  • Allow to customize TLS trust roots (#3973) - (ba4ee62)
  • Implement custom transports (#3845) - (d434c85)
  • [breaking] Switch noq (#4005) - (b32c927)

🐛 Bug Fixes

  • (docs) Just a typo in the documentation for mdns discovery (#3929) - (cf6acb5)
  • (example) Always close the endpoint (#4007) - (afc1faa)
  • (iroh) Disable QAD if no IP transports are configured (#3926) - (aa14381)
  • (iroh) [breaking] Reexport full dns module from iroh-relay (#3916) - (523c93c)
  • (iroh) Don't depend on the unused relays ff of pkarr (#4004) - (2494255)
  • (iroh) [breaking] Don't publish IP addresses from PkarrPublisher by default (#4012) - (b3da940)
  • (iroh-relay) Turn off nagle for relayed streams in iroh-relay servers (#3995) - (82e0695)
  • (tests) Give test longer to not be flaky (#3939) - (1324c66)
  • Configure git identity in cleanup workflow - (dbe5112)
  • Increase DNS timeout and address lookup stagger intervals (#4008) - (993b018)

🚜 Refactor

  • (iroh) Avoid rustls feature flag use in resolver.rs (#3985) - (dd381a1)
  • (iroh) Use combinator approach for address filtering (#3987) - (a289f63)
  • (iroh, iroh-relay) [breaking] Relay should not kill old connections when same endpoint id connects (#3921) - (1b4ee2a)
  • (transfer example) Remove SelectedPath::Mixed as an impossible state (#3895) - (9cc8602)
  • Simplify path selection - (df6c396)
  • Update quinn and simplify path handling in RemoteStateActor (#3967) - (1ffb560)
  • Add doc comments, move code around, rename (#3977) - (1c5bd5b)
  • Remove special fast path for hickory resolver (#4022) - (7fc9fb9)

📚 Documentation

  • Fix typo in documentation comment for generate function (#4001) - (766097b)

⚙️ Miscellaneous Tasks

  • (ci) Add custom RUST_LOG support for netsim (#3942) - (d240360)
  • (ci) Colocate sims into iroh repo (#3957) - (403238a)
  • (ci) Add text summary for discord notification (#3962) - (6650c78)

... (truncated)

Changelog

Sourced from iroh-base's changelog.

0.97.0 - 2026-03-16

⛰️ Features

  • (iroh) [breaking] Dropping the endpoint ungracefully should log and error, but still clean up resources immediately (#3879) - (9cf417a)
  • (iroh) [breaking] Retain stats for closed and abandoned paths in the path watcher (#3899) - (b11e707)
  • (iroh) More precise information about incoming connections (#3949) - (abc349c)
  • (iroh) [breaking] Add address filtering and reordering for Address Lookup Services (#3960) - (d33a32f)
  • (iroh) Proper span for endpoints (#3988) - (e23f2f3)
  • (iroh) Allow propagation of addr filters through the endpoint (#4010) - (5df183d)
  • (iroh) Add tracing events for connections (#4021) - (f226881)
  • (iroh) [breaking] Cleanup preset API (#4014) - (759f14e)
  • (iroh-relay) Embeddable relay server (#3832) - (fe7f04f)
  • (netsim) Filter tests (#3946) - (1729243)
  • Allow to customize TLS trust roots (#3973) - (ba4ee62)
  • Implement custom transports (#3845) - (d434c85)
  • [breaking] Switch noq (#4005) - (b32c927)

🐛 Bug Fixes

  • (docs) Just a typo in the documentation for mdns discovery (#3929) - (cf6acb5)
  • (example) Always close the endpoint (#4007) - (afc1faa)
  • (iroh) Disable QAD if no IP transports are configured (#3926) - (aa14381)
  • (iroh) [breaking] Reexport full dns module from iroh-relay (#3916) - (523c93c)
  • (iroh) Don't depend on the unused relays ff of pkarr (#4004) - (2494255)
  • (iroh) [breaking] Don't publish IP addresses from PkarrPublisher by default (#4012) - (b3da940)
  • (iroh-relay) Turn off nagle for relayed streams in iroh-relay servers (#3995) - (82e0695)
  • (tests) Give test longer to not be flaky (#3939) - (1324c66)
  • Configure git identity in cleanup workflow - (dbe5112)
  • Increase DNS timeout and address lookup stagger intervals (#4008) - (993b018)

🚜 Refactor

  • (iroh) Avoid rustls feature flag use in resolver.rs (#3985) - (dd381a1)
  • (iroh) Use combinator approach for address filtering (#3987) - (a289f63)
  • (iroh, iroh-relay) [breaking] Relay should not kill old connections when same endpoint id connects (#3921) - (1b4ee2a)
  • (transfer example) Remove SelectedPath::Mixed as an impossible state (#3895) - (9cc8602)
  • Simplify path selection - (df6c396)
  • Update quinn and simplify path handling in RemoteStateActor (#3967) - (1ffb560)
  • Add doc comments, move code around, rename (#3977) - (1c5bd5b)
  • Remove special fast path for hickory resolver (#4022) - (7fc9fb9)

📚 Documentation

  • Fix typo in documentation comment for generate function (#4001) - (766097b)

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 3d6e26b chore: Release
  • 29c8c85 chore: update changelog generation command
  • b3da940 fix(iroh)!: Don't publish IP addresses from PkarrPublisher by default (#4012)
  • 759f14e feat(iroh)!: cleanup preset API (#4014)
  • a34f823 chore(deps): bump the github-actions group with 2 updates (#4017)
  • 4e3f6b7 chore(deps): bump strum from 0.27.2 to 0.28.0 (#3981)
  • 7fc9fb9 refactor: Remove special fast path for hickory resolver (#4022)
  • f226881 feat(iroh): add tracing events for connections (#4021)
  • 76609fd deps: remove netdev from the direct dependencies (#4019)
  • 4864ce6 chore(deps): bump toml from 0.9.12+spec-1.1.0 to 1.0.6+spec-1.1.0 (#4016)
  • Additional commits viewable in compare view

Updates n0-watcher from 0.3.0 to 0.6.1

Changelog

Sourced from n0-watcher's changelog.

0.6.1 - 2026-02-04

🐛 Bug Fixes

  • Free the allocation the Weak pointer keeps alive once we notice its strong count is 0 (#38) - (3e3c8e7)
  • Avoid adding wakers that wake the same task (#46) - (c2e2ce8)

0.6.0 - 2025-11-12

⛰️ Features

  • Split up Watcher::get into Watcher::update and Watcher::peek for more control over perf (#32) - (956c17b)

Breaking changes:

  • Added required method peek to the Watcher trait
  • Added required method update to the Watcher trait
  • Made get a method with a default implementation in the Watcher trait
  • Watcher::poll_updated no longer returns Self::Value on success. Instead it returns (). The current value can be extracted using peek afterwards.
  • Removed impl<S: Watcher, T: Watcher> Watcher for (S, T) and impl<S: Watcher, T: Watcher, U: Watcher> Watcher for (S, T, U) implementations. Use Tuple and Triple structs instead.

0.5.0 - 2025-11-03

⛰️ Features

  • Add three tuple watcher implementation - (7f2da2b)

🚜 Refactor

  • Migrate from snafu to n0-error (#28) - (7b794c6)

0.3.1 - 2025-10-21

⛰️ Features

  • Don't return Result in Watcher::map (#9) - (40f79f0)

⚙️ Miscellaneous Tasks

  • Update tracing-subscriber for security fix (#13) - (a9375bd)
  • Add dependabot for crates.io (#17) - (6e115ec)
  • Update n0-future to 0.3.0 - (b421d87)

Deps

  • Bump n0-future and rand - (4769260)
Commits
  • ab3b8f2 chore(release): Prepare 0.6.1 release (#47)
  • deab1cc chore(deps): bump n0-error from 0.1.2 to 0.1.3 (#44)
  • c2e2ce8 fix: Avoid adding wakers that wake the same task (#46)
  • 2fa25d3 chore(deps): bump the github-actions group with 2 updates (#39)
  • 3e3c8e7 fix: Free the allocation the Weak pointer keeps alive once we notice its stro...
  • 14d2fa5 chore(deps): bump actions/checkout from 5 to 6 in the github-actions group (#36)
  • 46c0b53 chore(deps): bump n0-future from 0.3.0 to 0.3.1 (#34)
  • 4f23a7a chore(deps): bump n0-error from 0.1.0 to 0.1.2 (#35)
  • dcd9515 chore(release): Release prep version 0.6.0 (#33)
  • 956c17b feat: Split up Watcher::get into Watcher::update and Watcher::peek for ...
  • Additional commits viewable in compare view

Updates rand from 0.8.5 to 0.10.0

Changelog

Sourced from rand's changelog.

[0.10.0] - 2026-02-08

Changes

  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#1632)
  • Use Edition 2024 and MSRV 1.85 (#1653)
  • Let Fill be implemented for element types, not sliceable types (#1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#1674)
  • Remove Clone support for StdRng, ReseedingRng (#1677)
  • Use postcard instead of bincode to test the serde feature (#1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#1717)

Additions

  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#1734)

Removals

  • Removed ReseedingRng (#1722)
  • Removed unused feature "nightly" (#1732)
  • Removed feature small_rng (#1732)

#1632: rust-random/rand#1632 #1642: rust-random/rand#1642 #1649: rust-random/rand#1649 #1652: rust-random/rand#1652 #1653: rust-random/rand#1653 #1659: rust-random/rand#1659 #1665: rust-random/rand#1665 #1669: rust-random/rand#1669 #1674: rust-random/rand#1674 #1677: rust-random/rand#1677 #1693: rust-random/rand#1693 #1695: rust-random/rand#1695 #1697: rust-random/rand#1697 #1717: rust-random/rand#1717 #1722: rust-random/rand#1722 #1732: rust-random/rand#1732 #1734: rust-random/rand#1734

[0.9.2] - 2025-07-20

Deprecated

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

... (truncated)

Commits

Updates bincode from 2.0.1 to 3.0.0

Commits

Updates chacha20 from 0.9.1 to 0.10.0

Commits

Updates const-oid from 0.9.6 to 0.10.2

Commits

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

Commits

Updates der from 0.7.10 to 0.8.0

Commits

Updates derive_more from 1.0.0 to 2.1.1

Release notes

Sourced from derive_more's releases.

2.1.1

API docs Changelog

2.1.0

Added

  • Support #[display(rename_all = "<casing>")] attribute to change output for implicit naming of unit enum variants or unit structs when deriving Display. (#443)
  • Support #[from_str(rename_all = "<casing>")] attribute for unit enum variants and unit structs when deriving FromStr. (#467)
  • Support Option fields for Error::source() in Error derive. (#459)
  • Support structs with no fields in FromStr derive. (#469)
  • Add PartialEq derive similar to std's one, but considering generics correctly, and implementing ne() method as well. (#473, #475)
  • Add Eq derive similar to std's one, but considering generics correctly. (#479)
  • Proxy-pass #[allow]/#[expect] attributes of the type in Constructor derive. (#477)
  • Support Deref and DerefMut derives for enums. (#485)
  • Support custom error in FromStr derive. (#494)
  • Support custom error in TryInto derive. (#503)
  • Support skipping fields in Add-like, AddAssign-like, Mul-like and MulAssign-like derives. (#472)

Changed

  • The minimum supported Rust version (MSRV) is now Rust 1.81. (#466)
  • Add-like, AddAssign-like, Mul-like and MulAssign-like derives now infer trait bounds for generics structurally (bound field types instead of type parameters directly). (#472)

Fixed

  • Suppress deprecation warnings in generated code. (#454)
  • Silent no-op when #[try_from(repr)] attribute is not specified for TryFrom derive. (#458)
  • M...

    Description has been truncated

… 47 updates

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

| Package | From | To |
| --- | --- | --- |
| [iroh](https://github.com/n0-computer/iroh) | `0.91.2` | `0.97.0` |
| [iroh-base](https://github.com/n0-computer/iroh) | `0.91.2` | `0.97.0` |
| [n0-watcher](https://github.com/n0-computer/n0-watcher) | `0.3.0` | `0.6.1` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.10.0` |
| [bincode](https://github.com/bincode-org/bincode) | `2.0.1` | `3.0.0` |



Updates `iroh` from 0.91.2 to 0.97.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.97.0)

Updates `iroh-base` from 0.91.2 to 0.97.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.97.0)

Updates `n0-watcher` from 0.3.0 to 0.6.1
- [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...0.6.1)

Updates `rand` from 0.8.5 to 0.10.0
- [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...0.10.0)

Updates `bincode` from 2.0.1 to 3.0.0
- [Commits](https://github.com/bincode-org/bincode/commits)

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

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

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
- [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0)

Updates `derive_more` from 1.0.0 to 2.1.1
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v1.0.0...v2.1.1)

Updates `derive_more-impl` from 1.0.0 to 2.1.1
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v1.0.0...v2.1.1)

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

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 `iroh-metrics` from 0.35.0 to 0.38.3
- [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.38.3)

Updates `iroh-metrics-derive` from 0.2.0 to 0.4.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.4.1)

Updates `iroh-relay` from 0.91.2 to 0.97.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.97.0)

Updates `lru` from 0.13.0 to 0.16.3
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.13.0...0.16.3)

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

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

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.29.0
- [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.29.0)

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.15.0
- [Commits](n0-computer/net-tools@netwatch-v0.8.0...netwatch-v0.15.0)

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

Updates `pkarr` from 3.10.0 to 5.0.3
- [Release notes](https://github.com/pubky/pkarr/releases)
- [Changelog](https://github.com/pubky/pkarr/blob/main/RELEASE.md)
- [Commits](https://github.com/pubky/pkarr/commits/v5.0.3)

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

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

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

Updates `rand_core` from 0.6.4 to 0.9.5
- [Release notes](https://github.com/rust-random/rand_core/releases)
- [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand_core/commits)

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

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 `strum` from 0.27.2 to 0.28.0
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.27.2...v0.28.0)

Updates `strum_macros` from 0.27.2 to 0.28.0
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.27.2...v0.28.0)

Updates `thiserror` from 1.0.69 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.18)

Updates `thiserror-impl` from 1.0.69 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.18)

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

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

Updates `windows-collections` from 0.2.0 to 0.3.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-core` from 0.61.2 to 0.62.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-future` from 0.2.1 to 0.3.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-link` from 0.1.3 to 0.2.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-numerics` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits/0.3.1)

Updates `windows-result` from 0.3.4 to 0.4.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-strings` from 0.4.2 to 0.5.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-threading` from 0.1.0 to 0.2.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `wmi` from 0.17.3 to 0.18.3
- [Release notes](https://github.com/ohadravid/wmi-rs/releases)
- [Commits](ohadravid/wmi-rs@v0.17.3...v0.18.3)

---
updated-dependencies:
- dependency-name: iroh
  dependency-version: 0.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-base
  dependency-version: 0.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: n0-watcher
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: bincode
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: chacha20
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: const-oid
  dependency-version: 0.10.2
  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
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: derive_more
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: derive_more-impl
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: ed25519
  dependency-version: 3.0.0-rc.4
  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: iroh-metrics
  dependency-version: 0.38.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-metrics-derive
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: iroh-relay
  dependency-version: 0.97.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lru
  dependency-version: 0.16.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: n0-future
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: netdev
  dependency-version: 0.40.1
  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.29.0
  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.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pem-rfc7468
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: pkarr
  dependency-version: 5.0.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: pkcs8
  dependency-version: 0.11.0-rc.11
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: portmapper
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand_chacha
  dependency-version: 0.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand_core
  dependency-version: 0.9.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: signature
  dependency-version: 3.0.0-rc.10
  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: strum
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: strum_macros
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: thiserror-impl
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: webpki-roots
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: windows
  dependency-version: 0.62.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-collections
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-core
  dependency-version: 0.62.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-future
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-link
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-numerics
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-result
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-strings
  dependency-version: 0.5.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-threading
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: wmi
  dependency-version: 0.18.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Pull requests that update rust code labels Mar 17, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

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

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot-cargo-rust-dependencies-a870d0e2e6 branch March 23, 2026 17:11
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