fix(deps): trim bat to resolve RUSTSEC-2024-0320 (#7061)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-02-08 10:17:28 +08:00
committed by GitHub
parent f338e36c65
commit a251fec55e
2 changed files with 3 additions and 286 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ cliclack = "0.3.5"
console = "0.16.1"
uuid = { version = "1.11", features = ["v4"] }
dotenvy = "0.15.7"
bat = "0.26.1"
bat = { version = "0.26.1", default-features = false, features = ["regex-onig"] }
anyhow = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }