summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-17 05:50:47 +0000
committerGitHub <noreply@github.com>2023-10-17 05:50:47 +0000
commit32e01f740bf4fec746a741d3f75605c1deda234e (patch)
tree96ac20e8f7c9233b979a2d553da3666fa9d1c0e2 /Cargo.toml
parent7b20f8fc7b5e3785f7251808f897181e342fa3bc (diff)
Bump plist from 1.4.3 to 1.5.0 (#2718)
Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/ebarnard/rust-plist/releases) - [Commits](https://github.com/ebarnard/rust-plist/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: plist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e31fbc31..cbf2ebf7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,7 +85,7 @@ features = ["wrap_help", "cargo"]
[target.'cfg(target_os = "macos")'.dependencies]
home = "0.5.4"
-plist = "1.4.3"
+plist = "1.5.0"
[dev-dependencies]
assert_cmd = "2.0.10"