aya-rs / book

The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.dev/book/
Apache License 2.0
79 stars 60 forks source link

build(deps): update network-types requirement from 0.0.4 to 0.0.7 in /examples/tc-egress #180

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 day ago

Updates the requirements on network-types to permit the latest version.

Release notes

Sourced from network-types's releases.

v0.0.7

Other

  • Add ARP header (#23)
Changelog

Sourced from network-types's changelog.

0.0.7 - 2024-09-09

Other

  • Add ARP header (#23)

0.0.6 - 2024-06-04

Fixed

  • fix serializing UDP header struct and add test
  • Drop usage of u128 in Ipv6Hdr
  • follow rename of aya-bpf to aya-ebpf (#15)

Other

  • Handle IPv6 in the code example
  • fix cfg_attr test (#13)
  • use new core::net instead of std::net, dropping the std feature (#17)

0.0.5 - 2023-11-30

Added

  • add std feature flag that exposes std types (#7)

Fixed

  • Convert addresses from/to big-endian (#8)

Other

  • Add release-plz action
  • Add serde support to structs
Commits


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 will merge this PR once it's up-to-date and CI passes on it, as requested by @vadorovsky.


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 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)
netlify[bot] commented 1 day ago

Deploy Preview for aya-rs ready!

Name Link
Latest commit 5876fb9185345761f1357ce8556e77126b066718
Latest deploy log https://app.netlify.com/sites/aya-rs/deploys/674439dd17e7a60008ce0dda
Deploy Preview https://deploy-preview-180--aya-rs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vadorovsky commented 1 day ago

@dependabot merge