summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-08 18:05:11 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-08 18:05:11 +0300
commit063349cf9ed0b25563be8e629172f712cbbe6407 (patch)
treede04a5768ba6e02710b1da8e0066848955599071 /Cargo.toml
parent622d4a081ef8bdc2e8d7f20c8958e848f4b458aa (diff)
downloadvmadm-063349cf9ed0b25563be8e629172f712cbbe6407.tar.gz
chore: bump dependency on serde-yaml
Sponsored-by: author
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 bf74b12..7cf9a87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ pretty_env_logger = "0.5.0"
regex = "1.5.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.64"
-serde_yaml = "0.8"
+serde_yaml = "0.9.25"
shell-words = "1"
tempfile = "3.2"
thiserror = "1"