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

Updated version of serde_yaml to 0.9

This commit is contained in:
Raghav-Bell
2023-10-01 23:14:10 +05:30
committed by David Peter
parent 9f795dd947
commit 8e35a56712
4 changed files with 40 additions and 10 deletions

View File

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