From c8255d82b8d824eec2e582e10a45ef1c389e1ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:59:01 +0000 Subject: [PATCH] build(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9356c4d..ee07a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,9 +1418,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", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index da95cae..031efd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bitflags = "2.10" chrono = "0.4.42" clap = { version = "4.5.53", features = ["derive"] } dirs = "6.0" -plist = "1.7.4" +plist = "1.8.0" sea-orm = { version = "1.1", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] } serde = { version = "1.0", features = ["derive"] } shellexpand = "3.1"