Skip to content

Commit

Permalink
chore(deps): Update Rust crate serde_yaml to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent bf989af commit 9a4f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]

[dependencies]
serde = { version = "1.0.150", features = ["derive"], optional = true }
serde_yaml = { version = "0.8.17", optional = true }
serde_yaml = { version = "0.9.0", optional = true }
serde_json = { version = "1.0", optional = true }
toml = { version = "0.8", optional = true }
humantime = { version = "2", optional = true }
Expand Down

0 comments on commit 9a4f909

Please sign in to comment.