Skip to content

Commit

Permalink
fix(deps): update rust crate serde to >=1.0.188
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 11ea692 commit b2d412e
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 @@ -30,7 +30,7 @@ open_cmd = { version = "0.1.0", features = ["tracing"] }
petgraph = "0.6"
regex = "1.8"
# Use at least 1.0.184 because of serde-rs/serde#2538
serde = { version = ">=1.0.184", features = ["derive"] }
serde = { version = ">=1.0.188", features = ["derive"] }
serde_json = "1.0"
serde_yaml = { version = "0.9", optional = true }
sha2 = "0.10.7"
Expand Down

0 comments on commit b2d412e

Please sign in to comment.