Skip to content

Commit

Permalink
Bump syntect in delta and bat
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jan 15, 2022
1 parent 53816d2 commit a858a21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
15 changes: 4 additions & 11 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -15,7 +15,7 @@ name = "delta"
path = "src/main.rs"

[dependencies]
bat = { git = "https://github.com/dandavison/bat", rev = "0b22913108152bda7fc1890616ebfabf02c8468a" }
bat = { git = "https://github.com/dandavison/bat", rev = "cd96e16a4e6e2b40c7f7b2ef54885ecd9370ccc4" }
chrono = "0.4.19"
chrono-humanize = "0.2.1"
ansi_colours = "1.0.4"
Expand Down Expand Up @@ -49,7 +49,8 @@ default-features = false
features = []

[dependencies.syntect]
version = "4.6.0"
git = "https://github.com/trishume/syntect"
rev = "183043151d598035fff2266a423816def60c10c5"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]

Expand Down

0 comments on commit a858a21

Please sign in to comment.