1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Pull in fix for unsafe-libyaml security advisory

This commit is contained in:
David Tolnay
2023-12-26 14:02:43 -08:00
committed by Martin Nordholts
parent b89dc15be1
commit 0acb979e9e
3 changed files with 6 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ shell-words = { version = "1.1.0", optional = true }
unicode-width = "0.1.11"
globset = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_yaml = "0.9.28"
semver = "1.0"
path_abs = { version = "0.5", default-features = false }
clircle = "0.4"