From 52057d91a69bb049f87f926e3c5ac9103ec2a562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 19:04:08 +0000 Subject: [PATCH] Bump plist from 1.3.1 to 1.4.0 Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/ebarnard/rust-plist/releases) - [Commits](https://github.com/ebarnard/rust-plist/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: plist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0526b7..3c01181 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,16 +942,16 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "plist" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225" +checksum = "5329b8f106a176ab0dce4aae5da86bfcb139bb74fb00882859e03745011f3635" dependencies = [ "base64", "indexmap", "line-wrap", + "quick-xml", "serde", "time 0.3.17", - "xml-rs", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b80ca2d..f307c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1" unic-ucd = "0.9" fslock = { git = "https://github.com/MFEK/fslock.rlib", branch = "master" } kurbo = "0.8" -plist = "1.3.1" +plist = "1.4.0" log = "0.4" env_logger = "0.9" itertools = "*"