fix(deps): update rust crate network-types to 0.2.0 #222

Open
noplife wants to merge 1 commit from renovate/network-types-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
network-types dependencies minor 0.0.70.2.0

Release Notes

vadorovsky/network-types (network-types)

v0.2.0

Compare Source

Added
Other
  • (ipv6) store addresses and length as byte-arrays
  • (udp) store fields as byte-arrays
  • Embed readme in doc
  • (ipv4) Use byte-arrays to store addresses and u16s
  • Use src_addr methods from IP header structs
  • Add mac to lib.rs

v0.1.0

Compare Source

v0.0.8

Compare Source

Added
Other
  • (ipv6) store addresses and length as byte-arrays
  • (udp) store fields as byte-arrays
  • Embed readme in doc
  • (ipv4) Use byte-arrays to store addresses and u16s
  • Use src_addr methods from IP header structs
  • Add mac to lib.rs

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [network-types](https://github.com/vadorovsky/network-types) | dependencies | minor | `0.0.7` → `0.2.0` | --- ### Release Notes <details> <summary>vadorovsky/network-types (network-types)</summary> ### [`v0.2.0`](https://github.com/vadorovsky/network-types/releases/tag/v0.2.0) [Compare Source](https://github.com/vadorovsky/network-types/compare/v0.1.0...v0.2.0) ##### Added - Add MacHdr ([#&#8203;20](https://github.com/vadorovsky/network-types/pull/20)) ##### Other - *(ipv6)* store addresses and length as byte-arrays - *(udp)* store fields as byte-arrays - Embed readme in doc - *(ipv4)* Use byte-arrays to store addresses and u16s - Use `src_addr` methods from IP header structs - Add mac to lib.rs ### [`v0.1.0`](https://github.com/vadorovsky/network-types/compare/v0.0.8...v0.1.0) [Compare Source](https://github.com/vadorovsky/network-types/compare/v0.0.8...v0.1.0) ### [`v0.0.8`](https://github.com/vadorovsky/network-types/blob/HEAD/CHANGELOG.md#008---2025-04-07) [Compare Source](https://github.com/vadorovsky/network-types/compare/v0.0.7...v0.0.8) ##### Added - Add MacHdr ([#&#8203;20](https://github.com/vadorovsky/network-types/pull/20)) ##### Other - *(ipv6)* store addresses and length as byte-arrays - *(udp)* store fields as byte-arrays - Embed readme in doc - *(ipv4)* Use byte-arrays to store addresses and u16s - Use `src_addr` methods from IP header structs - Add mac to lib.rs </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
noplife force-pushed renovate/network-types-0.x from 8965eaecbb to 5530b3c3a6
Some checks failed
renovate/artifacts Artifact file update failure
2026-07-27 08:02:34 +00:00
Compare
noplife force-pushed renovate/network-types-0.x from 5530b3c3a6
Some checks failed
renovate/artifacts Artifact file update failure
to afaa191801
Some checks failed
CI / check (pull_request) Failing after 5s
CI / lab (pull_request) Has been skipped
2026-07-29 02:35:20 +00:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Owner

Deferred to sub-project B (XDP data plane, epic #5) — this crate isn't built yet, so bumping it now only churns the lockfile with no consumer. Will bump aya/aya-ebpf/network-types together when B1 lands. Closing until then.

Deferred to sub-project B (XDP data plane, epic #5) — this crate isn't built yet, so bumping it now only churns the lockfile with no consumer. Will bump aya/aya-ebpf/network-types together when B1 lands. Closing until then.
vxfemboy closed this pull request 2026-08-01 20:05:13 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.2.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`0.2.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
vxfemboy reopened this pull request 2026-08-02 01:23:05 +00:00
Owner

Reopened — tracked against sub-project B (epic #5, [B] DDoS data plane XDP/eBPF). The crate this bumps isn't built yet, so the version bump is deferred to B1, but per policy we keep the PR open as the tracker rather than closing something with a filed project behind it.

Reopened — tracked against sub-project B (epic #5, [B] DDoS data plane XDP/eBPF). The crate this bumps isn't built yet, so the version bump is deferred to B1, but per policy we keep the PR open as the tracker rather than closing something with a filed project behind it.
Some checks failed
CI / check (pull_request) Failing after 5s
CI / lab (pull_request) Has been skipped
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/network-types-0.x:renovate/network-types-0.x
git switch renovate/network-types-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/network-types-0.x
git switch renovate/network-types-0.x
git rebase main
git switch main
git merge --ff-only renovate/network-types-0.x
git switch renovate/network-types-0.x
git rebase main
git switch main
git merge --no-ff renovate/network-types-0.x
git switch main
git merge --squash renovate/network-types-0.x
git switch main
git merge --ff-only renovate/network-types-0.x
git switch main
git merge renovate/network-types-0.x
git push origin main
Sign in to join this conversation.
No description provided.