Skip to content

Commit a61e380

Browse files
chore(deps): Update Rust crate serde_yaml to 0.9.0
1 parent bca960c commit a61e380

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
@@ -124,7 +124,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]
124124

125125
[dependencies]
126126
serde = { version = "1.0.150", features = ["derive"], optional = true }
127-
serde_yaml = { version = "0.8.17", optional = true }
127+
serde_yaml = { version = "0.9.0", optional = true }
128128
serde_json = { version = "1.0.85", optional = true }
129129
toml = { version = "0.8", optional = true }
130130
humantime = { version = "2", optional = true }

0 commit comments

Comments
 (0)