Bump plist_ffi

This commit is contained in:
Jackson Coxson
2025-08-15 13:50:18 -06:00
parent 855e8748a6
commit da8c5ce377
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ once_cell = "1.21.1"
tokio = { version = "1.44.1", features = ["full"] }
libc = "0.2.171"
plist = "1.7.1"
plist_ffi = "0.1.3"
plist_ffi = { version = "0.1.5" }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.60", features = ["Win32_Networking_WinSock"] }