mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Pull in fix for unsafe-libyaml security advisory
This commit is contained in:
committed by
Martin Nordholts
parent
b89dc15be1
commit
0acb979e9e
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user