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:
committed by
Martin Nordholts
parent
baa1476d8d
commit
52f7a5a06f
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user