summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-06-21 10:04:32 -0400
committerGitHub <noreply@github.com>2023-06-21 10:04:32 -0400
commit953af74452ee4969f3b563ea80be5b11d9146917 (patch)
treed346874e1e201110aed2cf1da2f61a6471d84e99 /Cargo.toml
parent01f92de6df52457aceb68a5c89b2bb440a6b64d7 (diff)
Update bat (#1453)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5ea944..2b36a6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"