diff options
| author | Dan Davison <dandavison7@gmail.com> | 2023-06-21 10:04:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-21 10:04:32 -0400 |
| commit | 953af74452ee4969f3b563ea80be5b11d9146917 (patch) | |
| tree | d346874e1e201110aed2cf1da2f61a6471d84e99 /Cargo.toml | |
| parent | 01f92de6df52457aceb68a5c89b2bb440a6b64d7 (diff) | |
Update bat (#1453)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ name = "delta" path = "src/main.rs" [dependencies] -bat = { version = "0.22.1", default-features = false, features = ["regex-onig"] } +bat = { version = "0.23.0", default-features = false, features = ["regex-onig"] } chrono = "0.4.26" chrono-humanize = "0.2.2" ansi_colours = "1.2.1" |
