Skip to content

build(deps): Update neli requirement from 0.6 to 0.7#2

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/neli-0.7
Open

build(deps): Update neli requirement from 0.6 to 0.7#2
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/neli-0.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Updates the requirements on neli to permit the latest version.

Release notes

Sourced from neli's releases.

neli-v0.7.4

https://github.com/jbaublitz/neli/milestone/28?closed=1

Changelog

Sourced from neli's changelog.

0.7.4

Bug fixes

  • Fix memory leak in asynchronous and synchronous router that causes threads not to be cleaned up when the NlRouter object is dropped
    • The fix should reliably signal to the thread to exit. Tested with valgrind.
    • ctrl-list-multiple example allows testing multiple socket creation and drop operations to confirm the problem is resolved
    • Please note that the underlying file descriptor had to be set to non-blocking to work with epoll. This mechanism allows waiting for either a thread exit signal or input from the socket.

0.7.3

Fixes

  • Revert Rust edition 2024 bump

0.7.2

Features

  • VLAN support

Bug fixes and maintenance

  • Fix connector tests for endianness
  • Clippy maintenance
  • nl80211 example updates
  • Doc improvements

0.7.1

Features

  • Support FromBytes and ToBytes for statically sized arrays
  • Allow setting recv buffer size in socket
  • Support for the connector protocol

Maintenance

  • Clippy fixes
  • Update to Rust 2024 edition

0.7.0

Breaking changes

  • FromBytes and FromBytesWithInput have had the lifetime parameter removed. This removes the ability to borrow data from the buffer written to by the recv() syscall. This is intentional as it provides more ergonomic support for NlRouter to send messages across threads. A new trait, FromBytesWithInputBorrowed, has been added to support the use case of borrowing payloads from attributes as &str or &[u8].
  • The async feature API has been completely redesigned to more closely resemble it's corresponding synchronous API.
  • All new() methods and public fields on data structures used to construct packets have been replaced by the builder pattern.
  • The IO error variant is now the full IO error wrapped in an Arc.

New Cargo features

  • sync has been added as a Cargo feature. If a user is only interested in asynchronous

... (truncated)

Commits
  • 1f34982 Merge pull request #321 from jbaublitz/release-neli-v0.7.4
  • 83bc45a neli v0.7.4
  • bc77ce8 Merge pull request #320 from jbaublitz/neli-308
  • fb5f9f1 Fix memory leak in router processing thread
  • 77fcbed Merge pull request #317 from jbaublitz/neli-0.7.3
  • e33862f neli-0.7.3 and neli-proc-macros-0.2.2 release
  • af34b98 Revert edition bumps in neli-0.7.1 and neli-proc-macros-0.2.1
  • 78b2f39 Revert "Update to Rust edition 2024"
  • ef639c1 Merge pull request #315 from jbaublitz/neli-v0.7.2-release
  • 27aa113 v0.7.2
  • Additional commits viewable in compare view

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

polaz and others added 2 commits March 15, 2026 18:50
- Rust crate scaffold with feature flags
- GitHub Actions: CI (build/test/clippy/fmt), release (crates.io publish), dependabot
- Project structure with module stubs
- Donor analysis prompt template (pr file)
Updates the requirements on [neli](https://github.com/jbaublitz/neli) to permit the latest version.
- [Release notes](https://github.com/jbaublitz/neli/releases)
- [Changelog](https://github.com/jbaublitz/neli/blob/main/CHANGELOG.md)
- [Commits](jbaublitz/neli@neli-v0.6.1...neli-v0.7.4)

---
updated-dependencies:
- dependency-name: neli
  dependency-version: 0.7.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 15, 2026
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.

1 participant