Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ipnetwork from 0.20.0 to 0.21.1 #3782

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps ipnetwork from 0.20.0 to 0.21.1.

Release notes

Sourced from ipnetwork's releases.

v0.21.1

Other

  • Fix for 0::/0 network (#205)

v0.21.0

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)
Changelog

Sourced from ipnetwork's changelog.

0.21.1 - 2025-01-07

Other

  • Fix for 0::/0 network (#205)

0.21.0 - 2025-01-06

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.20.0 to 0.21.1.
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md)
- [Commits](achanda/ipnetwork@v0.20.0...v0.21.1)

---
updated-dependencies:
- dependency-name: ipnetwork
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies labels Jan 8, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 8, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7f2bf81
Status: ✅  Deploy successful!
Preview URL: https://95f077d3.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-cargo-ipnetwork-0-w9vr.matrix-authentication-service-docs.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants