trailofbits / windows-acl

Rust crate to simplify Windows ACL operations
https://blog.trailofbits.com/2018/08/23/introducing-windows-acl-working-with-acls-in-rust/
MIT License
18 stars 7 forks source link

depends on outdated field-offset #6

Closed RalfJung closed 4 years ago

RalfJung commented 4 years ago

This crate still depends on the ancient field-offset = "0.1.1". There have been some important bug-fixes in that crate since then, would be great if you could bump to version 0.3. :)

woodruffw commented 4 years ago

Thanks for the ping! I'll bump that dependency.