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

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
547929b517 build(deps): bump itertools from 0.13.0 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

View File

@@ -64,7 +64,6 @@
- Updated Catppuccin, see #3333 (@SchweGELBin) - Updated Catppuccin, see #3333 (@SchweGELBin)
- Updated gruvbox, see #3372 (@Nicholas42) - Updated gruvbox, see #3372 (@Nicholas42)
- Updated GitHub theme, see #3382 (@CosmicHorrorDev) - Updated GitHub theme, see #3382 (@CosmicHorrorDev)
- Updated ANSI theme to highlight JSON object keys differently from values, see #3413 (@keith-hall)
## `bat` as a library ## `bat` as a library

12
Cargo.lock generated
View File

@@ -133,8 +133,7 @@ dependencies = [
"grep-cli", "grep-cli",
"home", "home",
"indexmap", "indexmap",
"itertools 0.13.0", "itertools",
"itertools 0.14.0",
"minus", "minus",
"nix", "nix",
"nu-ansi-term", "nu-ansi-term",
@@ -900,15 +899,6 @@ version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.14.0" version = "0.14.0"

View File

@@ -74,7 +74,7 @@ encoding_rs = "0.8.35"
execute = { version = "0.2.13", optional = true } execute = { version = "0.2.13", optional = true }
terminal-colorsaurus = "1.0" terminal-colorsaurus = "1.0"
unicode-segmentation = "1.12.0" unicode-segmentation = "1.12.0"
itertools = "0.13.0" itertools = "0.14.0"
[dependencies.git2] [dependencies.git2]
version = "0.20" version = "0.20"

View File

@@ -234,7 +234,7 @@
<key>name</key> <key>name</key>
<string>Headings</string> <string>Headings</string>
<key>scope</key> <key>scope</key>
<string>markup.heading punctuation.definition.heading, entity.name.section, markup.heading - text.html.markdown, meta.mapping.key string.quoted.double</string> <string>markup.heading punctuation.definition.heading, entity.name.section, markup.heading - text.html.markdown</string>
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>fontStyle</key> <key>fontStyle</key>