From a69a5cb6d28ed2e7c50adb024ff0de0683ac22a1 Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Thu, 28 Sep 2023 19:06:22 +0800 Subject: [PATCH] :arrow_up: bump lscolors to v0.15.0 Signed-off-by: Wei Zhang --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a06015474..96f8c2c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,9 +522,9 @@ dependencies = [ [[package]] name = "lscolors" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a9df1d1fb6d9e92fa043e9eb9a3ecf6892c7b542bae5137cd1e419e40aa8bf" +checksum = "bf7015a04103ad78abb77e4b79ed151e767922d1cfde5f62640471c629a2320d" [[package]] name = "lsd" diff --git a/Cargo.toml b/Cargo.toml index 50acea46f..ad2dfc911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1.17.1" chrono = { version = "0.4.*", features = ["unstable-locales"] } chrono-humanize = "0.1.*" unicode-width = "0.1.*" -lscolors = "0.14.0" +lscolors = "0.15.0" wild = "2.0.*" globset = "0.4.*" xdg = "2.1.*"