Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps oxnet from 0.1.3 to 0.1.4.

Release notes

Sourced from oxnet's releases.

oxnet 0.1.4

  • Bumps Rust min-version to 1.85
  • is_admin_scoped_multicast() now covers IPv4 (239.0.0.0/8) in addition to IPv6 (scopes 4, 5, 8)
  • Adds is_admin_local_multicast() for IPv6 scope 4
  • Adds is_local_multicast() for IPv4 Local scope (239.255.0.0/16)
  • Adds is_site_local_multicast() for IPv6 scope 5
  • Adds is_org_local_multicast() for IPv4 (239.192.0.0/14) and IPv6 scope 8
Changelog

Sourced from oxnet's changelog.

[0.1.4] - 2025-11-20

  • Bumps Rust min-version to 1.85
  • is_admin_scoped_multicast() now covers IPv4 (239.0.0.0/8) in addition to IPv6 (scopes 4, 5, 8)
  • Adds is_admin_local_multicast() for IPv6 scope 4
  • Adds is_local_multicast() for IPv4 Local scope (239.255.0.0/16)
  • Adds is_site_local_multicast() for IPv6 scope 5
  • Adds is_org_local_multicast() for IPv4 (239.192.0.0/14) and IPv6 scope 8
Commits
  • 1f2e9f6 [fix, rel/tag] keep is_admin_scoped_multicast to prevent breaking change (#73)
  • 2c1d20f [update] Separate out 'admin' scopes (#71)
  • 9982d81 Bump serde from 1.0.226 to 1.0.228 (#67)
  • d265c05 Bump serde from 1.0.223 to 1.0.226 (#66)
  • 2b8c4d0 Bump serde_json from 1.0.143 to 1.0.145 (#65)
  • 8c4f382 Bump serde from 1.0.219 to 1.0.223 (#64)
  • f7de7b1 Bump serde_json from 1.0.142 to 1.0.143 (#63)
  • 26e7803 Bump serde_json from 1.0.141 to 1.0.142 (#61)
  • be174f3 Bump regress from 0.10.3 to 0.10.4 (#56)
  • f7317b1 update to 1.85 (#60)
  • Additional commits viewable in compare view

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 [oxnet](https://github.com/oxidecomputer/oxnet) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/oxidecomputer/oxnet/releases)
- [Changelog](https://github.com/oxidecomputer/oxnet/blob/main/CHANGELOG.md)
- [Commits](oxidecomputer/oxnet@oxnet-0.1.3...oxnet-0.1.4)

---
updated-dependencies:
- dependency-name: oxnet
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 24, 2025
@ahl ahl merged commit 1c8fd8e into main Nov 26, 2025
17 checks passed
@ahl ahl deleted the dependabot/cargo/oxnet-0.1.4 branch November 26, 2025 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants