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

4
Cargo.lock generated
View File

@@ -1746,9 +1746,9 @@ dependencies = [
[[package]] [[package]]
name = "plist_ffi" name = "plist_ffi"
version = "0.1.3" version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06fba796e1466c87b971298751de238bb441f6a2a5b4b03b874880225550e4b3" checksum = "22a5ca928241bc2e8c5fd28b81772962389efdbfcb71dfc9ec694369e063cb3a"
dependencies = [ dependencies = [
"cbindgen", "cbindgen",
"cc", "cc",

View File

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