Skip to content

Commit 9a4f909

Browse files
chore(deps): Update Rust crate serde_yaml to 0.9.0
1 parent bf989af commit 9a4f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]
126126

127127
[dependencies]
128128
serde = { version = "1.0.150", features = ["derive"], optional = true }
129-
serde_yaml = { version = "0.8.17", optional = true }
129+
serde_yaml = { version = "0.9.0", optional = true }
130130
serde_json = { version = "1.0", optional = true }
131131
toml = { version = "0.8", optional = true }
132132
humantime = { version = "2", optional = true }

0 commit comments

Comments
 (0)