From 29968e5d7fcb149f5fdc5b50a635d6da0728bf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:38:41 +0000 Subject: [PATCH] build(deps): bump plist from 1.5.0 to 1.5.1 Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/ebarnard/rust-plist/releases) - [Commits](https://github.com/ebarnard/rust-plist/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: plist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 077d8f8..9d9d037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -899,9 +899,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "plist" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" +checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa" dependencies = [ "base64", "indexmap 1.9.1", @@ -990,9 +990,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" +checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index c89bf4b..5479fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ libheif-rs = "0.15.0" log = "0.4.20" num_cpus = "1.16.0" ordered-float = { version = "3.2.0", features = ["serde"] } -plist = "1.5.0" +plist = "1.5.1" png = "0.17.9" seahash = "4.1.0" serde = { version = "1.0.156", features = ["derive"] }