1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 15:12:12 +00:00

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>
This commit is contained in:
dependabot[bot]
2023-10-17 05:50:47 +00:00
committed by GitHub
parent 7b20f8fc7b
commit 32e01f740b
2 changed files with 5 additions and 5 deletions

View File

@@ -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"