Skip to content

Commit

Permalink
Upgrade ioctl-sys to 0.8.0
Browse files Browse the repository at this point in the history
ioctl-sys has no dependencies, so this does not affect the dependency
tree more than this direct dependency. There were no direct needs to
upgrade except that it's nice to just go with the latest from time to
time.

ioctl-sys added support for OpenBSD. We have not tried this crate on
OpenBSD, but since that OS has PF, this *might* make this crate work on
OpenBSD.
  • Loading branch information
faern committed May 29, 2024
1 parent 8548959 commit ef3ac6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ travis-ci = { repository = "mullvad/pfctl-rs" }
[dependencies]
errno = "0.2"
error-chain = "0.12.4"
ioctl-sys = "0.6.0"
ioctl-sys = "0.8.0"
libc = "0.2.29"
derive_builder = "0.9"
ipnetwork = "0.20.0"
Expand Down

0 comments on commit ef3ac6d

Please sign in to comment.