Skip to content

Commit

Permalink
Update plist to 1.4
Browse files Browse the repository at this point in the history
The version replaced `xml-rs` with the `quick-xml` crate.
That makes -1 warning for an unmaintained crate from `cargo audit`.
  • Loading branch information
nickelc authored and Enselic committed Apr 14, 2023
1 parent baa1476 commit 52f7a5a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52f7a5a

Please sign in to comment.