chore(deps): update rust crate ipnet to v2.12.1 #246

Open
noplife wants to merge 1 commit from nop/ipnet-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ipnet workspace.dependencies patch 2.12.02.12.1

⚠️ Warning

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


Release Notes

krisprice/ipnet (ipnet)

v2.12.1

  • Fixes bug where Ipv4Subnets(0.0.0.0, u32::MAX-1, 0) and Ipv6Subnets(::, u128::MAX-1, 0) incorrectly included u32::MAX and u128::MAX. See issue #​70.
  • Fixes some typos in documentation and error messages

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 | |---|---|---|---| | [ipnet](https://github.com/krisprice/ipnet) | workspace.dependencies | patch | `2.12.0` → `2.12.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/201) for more information. --- ### Release Notes <details> <summary>krisprice/ipnet (ipnet)</summary> ### [`v2.12.1`](https://github.com/krisprice/ipnet/blob/HEAD/RELEASES.md#Version-2121) - Fixes bug where Ipv4Subnets(0.0.0.0, u32::MAX-1, 0) and Ipv6Subnets(::, u128::MAX-1, 0) incorrectly included u32::MAX and u128::MAX. See issue [#&#8203;70](https://github.com/krisprice/ipnet/issues/70). - Fixes some typos in documentation and error messages </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-->
chore(deps): update rust crate ipnet to v2.12.1
Some checks failed
CI / check (pull_request) Failing after 13m18s
CI / lab (pull_request) Has been skipped
b9dcc4f788
noplife force-pushed nop/ipnet-2.x-lockfile from b9dcc4f788
Some checks failed
CI / check (pull_request) Failing after 13m18s
CI / lab (pull_request) Has been skipped
to 4feea1a4c7
Some checks failed
CI / check (pull_request) Successful in 53m9s
CI / lab (pull_request) Failing after 10m22s
2026-08-02 18:08:25 +00:00
Compare
noplife force-pushed nop/ipnet-2.x-lockfile from 4feea1a4c7
Some checks failed
CI / check (pull_request) Successful in 53m9s
CI / lab (pull_request) Failing after 10m22s
to 7049122721
Some checks failed
CI / check (pull_request) Successful in 49m4s
CI / lab (pull_request) Failing after 11m51s
2026-08-03 00:04:36 +00:00
Compare
noplife force-pushed nop/ipnet-2.x-lockfile from 7049122721
Some checks failed
CI / check (pull_request) Successful in 49m4s
CI / lab (pull_request) Failing after 11m51s
to 34e69a5ef3
Some checks failed
CI / check (pull_request) Successful in 31m9s
CI / lab (pull_request) Failing after 8m23s
2026-08-03 06:04:17 +00:00
Compare
noplife force-pushed nop/ipnet-2.x-lockfile from 34e69a5ef3
Some checks failed
CI / check (pull_request) Successful in 31m9s
CI / lab (pull_request) Failing after 8m23s
to aeefda0cb8
All checks were successful
CI / check (pull_request) Successful in 44m43s
CI / lab (pull_request) Successful in 11m43s
2026-08-04 00:09:35 +00:00
Compare
noplife force-pushed nop/ipnet-2.x-lockfile from aeefda0cb8
All checks were successful
CI / check (pull_request) Successful in 44m43s
CI / lab (pull_request) Successful in 11m43s
to ecd83d960d
Some checks failed
CI / check (pull_request) Successful in 35m57s
CI / lab (pull_request) Failing after 11m36s
2026-08-04 06:06:27 +00:00
Compare
Some checks failed
CI / check (pull_request) Successful in 35m57s
CI / lab (pull_request) Failing after 11m36s
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/ipnet-2.x-lockfile:nop/ipnet-2.x-lockfile
git switch nop/ipnet-2.x-lockfile

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/ipnet-2.x-lockfile
git switch nop/ipnet-2.x-lockfile
git rebase main
git switch main
git merge --ff-only nop/ipnet-2.x-lockfile
git switch nop/ipnet-2.x-lockfile
git rebase main
git switch main
git merge --no-ff nop/ipnet-2.x-lockfile
git switch main
git merge --squash nop/ipnet-2.x-lockfile
git switch main
git merge --ff-only nop/ipnet-2.x-lockfile
git switch main
git merge nop/ipnet-2.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.