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

Open
noplife wants to merge 1 commit from nop/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

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 is behind base branch, 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` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/201) for more information. --- ### 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 is behind base branch, 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-->
fix(deps): update rust crate network-types to 0.2.0
Some checks failed
CI / check (pull_request) Failing after 23m44s
CI / lab (pull_request) Has been skipped
9d7650be3d
noplife force-pushed nop/network-types-0.x from 9d7650be3d
Some checks failed
CI / check (pull_request) Failing after 23m44s
CI / lab (pull_request) Has been skipped
to 12b2edaac6
Some checks failed
CI / check (pull_request) Failing after 21m26s
CI / lab (pull_request) Has been skipped
2026-08-03 00:06:10 +00:00
Compare
noplife force-pushed nop/network-types-0.x from 12b2edaac6
Some checks failed
CI / check (pull_request) Failing after 21m26s
CI / lab (pull_request) Has been skipped
to e5e451a378
Some checks failed
CI / check (pull_request) Failing after 15m16s
CI / lab (pull_request) Has been skipped
2026-08-03 06:05:59 +00:00
Compare
noplife force-pushed nop/network-types-0.x from e5e451a378
Some checks failed
CI / check (pull_request) Failing after 15m16s
CI / lab (pull_request) Has been skipped
to 8c7b34753c
Some checks failed
CI / check (pull_request) Failing after 21m30s
CI / lab (pull_request) Has been skipped
2026-08-04 00:13:54 +00:00
Compare
noplife force-pushed nop/network-types-0.x from 8c7b34753c
Some checks failed
CI / check (pull_request) Failing after 21m30s
CI / lab (pull_request) Has been skipped
to 01f61b4248
Some checks failed
CI / check (pull_request) Failing after 19m16s
CI / lab (pull_request) Has been skipped
2026-08-04 06:08:42 +00:00
Compare
Some checks failed
CI / check (pull_request) Failing after 19m16s
CI / lab (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nop/network-types-0.x:nop/network-types-0.x
git switch nop/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 nop/network-types-0.x
git switch nop/network-types-0.x
git rebase main
git switch main
git merge --ff-only nop/network-types-0.x
git switch nop/network-types-0.x
git rebase main
git switch main
git merge --no-ff nop/network-types-0.x
git switch main
git merge --squash nop/network-types-0.x
git switch main
git merge --ff-only nop/network-types-0.x
git switch main
git merge nop/network-types-0.x
git push origin main
Sign in to join this conversation.
No description provided.