1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-07 19:31:42 +00:00

Update plist to 1.4

The version replaced `xml-rs` with the `quick-xml` crate.
That makes -1 warning for an unmaintained crate from `cargo audit`.
This commit is contained in:
Constantin Nickel
2023-04-05 21:18:24 +02:00
committed by Martin Nordholts
parent baa1476d8d
commit 52f7a5a06f
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ features = ["wrap_help", "cargo"]
[target.'cfg(target_os = "macos")'.dependencies]
dirs = "5.0.0"
plist = "1.3"
plist = "1.4.3"
[dev-dependencies]
assert_cmd = "2.0.10"