From b61c6632c1ecbd6e30e37bc9a2e8db2234088205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:03:22 +0000 Subject: [PATCH] Bump plist from 1.7.4 to 1.8.0 Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/ebarnard/rust-plist/releases) - [Changelog](https://github.com/ebarnard/rust-plist/blob/master/CHANGELOG.md) - [Commits](https://github.com/ebarnard/rust-plist/compare/v1.7.4...v1.8.0) --- updated-dependencies: - dependency-name: plist dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- unity-hub/Cargo.toml | 2 +- unity-version/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"