1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-02 01:52:27 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
fcb7db25d3 build(deps): bump plist from 1.7.0 to 1.8.0
Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/ebarnard/rust-plist/releases)
- [Changelog](https://github.com/ebarnard/rust-plist/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ebarnard/rust-plist/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: plist
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 02:03:00 +00:00
4 changed files with 5 additions and 8 deletions

View File

@@ -57,7 +57,6 @@
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
- Update hosts syntax #3368 (@keith-hall)
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
- Map `/var/log/dmesg` files to Syslog syntax #3412 (@keith-hall)
## Themes

8
Cargo.lock generated
View File

@@ -1184,9 +1184,9 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "plist"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
dependencies = [
"base64",
"indexmap",
@@ -1252,9 +1252,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.32.0"
version = "0.38.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
dependencies = [
"memchr",
]

View File

@@ -93,7 +93,7 @@ features = ["wrap_help", "cargo"]
[target.'cfg(target_os = "macos")'.dependencies]
home = "0.5.9"
plist = "1.7.0"
plist = "1.8.0"
[dev-dependencies]
assert_cmd = "2.0.12"

View File

@@ -1,2 +0,0 @@
[mappings]
"Syslog" = ["/var/log/dmesg"]