summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaghav-Bell <raghavsingla327@gmail.com>2023-10-01 23:14:10 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2023-10-04 12:42:01 +0200
commit8e35a567121a7186d77e12e249490210c6eb75a9 (patch)
tree4ffb20118e01fa9090aaedfc8f97c6956e372ad4 /Cargo.toml
parent9f795dd9472b24848fe1e2c087cf8163be280fa1 (diff)
Updated version of `serde_yaml` to 0.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82c45592..3b38734a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"