Update Rust crate ipnetwork to 0.21.0 #266

Open
pierre wants to merge 1 commits from renovate/ipnetwork-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
ipnetwork dependencies minor 0.20.0 -> 0.21.0

Release Notes

achanda/ipnetwork (ipnetwork)

v0.21.1

Compare Source

Other

v0.21.0

Compare Source

Fixed
  • fix for 0.0.0.0/0 network (#​199)
  • (deps) update rust crate serde to 1.0.200 (#​196)
  • (deps) update rust crate serde to 1.0.199 (#​194)
  • use associated constants (#​191)
Other
  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#​203)
  • Make the serde feature opt-in instead of opt-out (#​200)
  • Fix typo (#​198)
  • Update publish.yml (#​195)
  • (deps) update rust crate serde_json to 1.0.116 (#​193)
  • setup release plz (#​192)
  • Update Rust crate criterion to 0.5.1 (#​172)
  • Update actions/checkout action to v4 (#​182)
  • rewrite core ipv6 methods to operate on u128s (#​187)
  • move to dtolnay/rust-toolchain and run clippy (#​189)
  • Hash implementation to match PartialEq (#​186)
  • Update Rust crate schemars to 0.8.17 (#​184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#​185)
  • Update Rust crate schemars to 0.8.15 (#​183)
  • Update Rust crate schemars to 0.8.13 (#​181)
  • Add Ipv6Network::nth to get the nth address (take two) (#​176)
  • Added needed traits to NetworkSize (#​175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic
  • Update criterion requirement from 0.3.4 to 0.4.0 (#​162)
  • Update does-it-json requirement from 0.0.3 to 0.0.4 (#​161)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ipnetwork](https://github.com/achanda/ipnetwork) | dependencies | minor | `0.20.0` -> `0.21.0` | --- ### Release Notes <details> <summary>achanda/ipnetwork (ipnetwork)</summary> ### [`v0.21.1`](https://github.com/achanda/ipnetwork/blob/HEAD/CHANGELOG.md#0211---2025-01-07) [Compare Source](https://github.com/achanda/ipnetwork/compare/v0.21.0...v0.21.1) ##### Other - Fix for 0::/0 network ([#&#8203;205](https://github.com/achanda/ipnetwork/pull/205)) ### [`v0.21.0`](https://github.com/achanda/ipnetwork/blob/HEAD/CHANGELOG.md#0210---2025-01-06) [Compare Source](https://github.com/achanda/ipnetwork/compare/v0.20.0...v0.21.0) ##### Fixed - fix for 0.0.0.0/0 network ([#&#8203;199](https://github.com/achanda/ipnetwork/pull/199)) - *(deps)* update rust crate serde to 1.0.200 ([#&#8203;196](https://github.com/achanda/ipnetwork/issues/196)) - *(deps)* update rust crate serde to 1.0.199 ([#&#8203;194](https://github.com/achanda/ipnetwork/issues/194)) - use associated constants ([#&#8203;191](https://github.com/achanda/ipnetwork/issues/191)) ##### Other - Update .gitignore - Update publish.yml - Update publish.yml - Replace `Ipv{4,6}Network::new_unchecked` with `Ipv{4,6}Network::new_checked` ([#&#8203;203](https://github.com/achanda/ipnetwork/pull/203)) - Make the serde feature opt-in instead of opt-out ([#&#8203;200](https://github.com/achanda/ipnetwork/pull/200)) - Fix typo ([#&#8203;198](https://github.com/achanda/ipnetwork/pull/198)) - Update publish.yml ([#&#8203;195](https://github.com/achanda/ipnetwork/pull/195)) - *(deps)* update rust crate serde_json to 1.0.116 ([#&#8203;193](https://github.com/achanda/ipnetwork/issues/193)) - setup release plz ([#&#8203;192](https://github.com/achanda/ipnetwork/issues/192)) - Update Rust crate criterion to 0.5.1 ([#&#8203;172](https://github.com/achanda/ipnetwork/pull/172)) - Update actions/checkout action to v4 ([#&#8203;182](https://github.com/achanda/ipnetwork/pull/182)) - rewrite core ipv6 methods to operate on u128s ([#&#8203;187](https://github.com/achanda/ipnetwork/issues/187)) - move to dtolnay/rust-toolchain and run clippy ([#&#8203;189](https://github.com/achanda/ipnetwork/issues/189)) - Hash implementation to match PartialEq ([#&#8203;186](https://github.com/achanda/ipnetwork/issues/186)) - Update Rust crate schemars to 0.8.17 ([#&#8203;184](https://github.com/achanda/ipnetwork/pull/184)) - Add const unsafe `new_unchecked` to `Ipv4Network` & `Ipv6Network` ([#&#8203;185](https://github.com/achanda/ipnetwork/pull/185)) - Update Rust crate schemars to 0.8.15 ([#&#8203;183](https://github.com/achanda/ipnetwork/pull/183)) - Update Rust crate schemars to 0.8.13 ([#&#8203;181](https://github.com/achanda/ipnetwork/pull/181)) - Add `Ipv6Network::nth` to get the nth address (take two) ([#&#8203;176](https://github.com/achanda/ipnetwork/pull/176)) - Added needed traits to `NetworkSize` ([#&#8203;175](https://github.com/achanda/ipnetwork/pull/175)) - Update criterion requirement from 0.4.0 to 0.5.0 - Update katyo/publish-crates action to v2 - Update actions/checkout action to v3 - Update Rust crate schemars to 0.8.12 - Add renovate.json - Replace assert_eq with assert for bool comparison - Use cargo clippy --fix to autofix code - Add a reference where missing - Cleanup mask for Ipv4Addr - Shrink the enumerate call on mask - Cleanup both size functions - Simplify FromStr for Ipv6Network - Make parse_prefix more idiomatic - Update criterion requirement from 0.3.4 to 0.4.0 ([#&#8203;162](https://github.com/achanda/ipnetwork/pull/162)) - Update does-it-json requirement from 0.0.3 to 0.0.4 ([#&#8203;161](https://github.com/achanda/ipnetwork/pull/161)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Ni4yIiwidXBkYXRlZEluVmVyIjoiMzkuOTYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2025-01-09 00:24:36 +00:00
Update Rust crate ipnetwork to 0.21.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
7b546eb468
pierre scheduled this pull request to auto merge when all checks succeed 2025-01-09 00:24:36 +00:00
Author
Owner

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.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ipnetwork-0.x:renovate/ipnetwork-0.x
git checkout renovate/ipnetwork-0.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWeb#266
No description provided.