From 953af74452ee4969f3b563ea80be5b11d9146917 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 21 Jun 2023 10:04:32 -0400 Subject: Update bat (#1453) --- Cargo.lock | 17 ++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90c7af88..4fb2c364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,22 +96,24 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bat" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbfdea7507f0848118a3be1a76643a92705a9ff675796f9cadb309b7e95ab65d" +checksum = "fd4b13b0233143ae151a66e0135d715b65f631d1028c40502cc88182bcb9f4fa" dependencies = [ "ansi_colours", - "ansi_term", "bincode", "bytesize", "clircle", "console", "content_inspector", + "dirs 5.0.1", "encoding", "flate2", "globset", + "nu-ansi-term", "once_cell", "path_abs", + "plist", "semver", "serde", "serde_yaml", @@ -870,6 +872,15 @@ dependencies = [ "winapi", ] +[[package]] +name = "nu-ansi-term" +version = "0.47.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76" +dependencies = [ + "windows-sys 0.45.0", +] + [[package]] name = "num-traits" version = "0.2.15" diff --git a/Cargo.toml b/Cargo.toml index a5ea944d..2b36a6d0 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" -- cgit v1.2.3