diff --git a/Cargo.lock b/Cargo.lock index b71e7977..0df3adeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,9 +1553,9 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "plist" -version = "1.7.4" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1" +checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", "indexmap", diff --git a/unity-hub/Cargo.toml b/unity-hub/Cargo.toml index 23312dc4..36525998 100644 --- a/unity-hub/Cargo.toml +++ b/unity-hub/Cargo.toml @@ -21,7 +21,7 @@ serde_json = { workspace = true } serde = { workspace = true } proptest = "1.4.0" tempfile = "3.17.1" -plist = "1.7.0" +plist = "1.8.0" anyhow = { workspace = true } thiserror = { workspace = true } dirs-2 = "3.0.1" diff --git a/unity-version/Cargo.toml b/unity-version/Cargo.toml index c6aa723e..ef0205bd 100644 --- a/unity-version/Cargo.toml +++ b/unity-version/Cargo.toml @@ -28,7 +28,7 @@ regex = "1.5.6" clap = { version = "4.5.38", features = ["derive"], optional = true } [target.'cfg(target_os="macos")'.dependencies] -plist = "1.7.0" +plist = "1.8.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winver","memoryapi"] } widestring = "1.2.0"