Skip to content

Commit

Permalink
Merge a61e380 into bca960c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2024
2 parents bca960c + a61e380 commit f6a9ec9
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 @@ -124,7 +124,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.85", optional = true }
toml = { version = "0.8", optional = true }
humantime = { version = "2", optional = true }
Expand Down

0 comments on commit f6a9ec9

Please sign in to comment.