Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 5538894 commit baa737c
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 @@ -21,7 +21,7 @@ default = []

[dependencies]
# Public dependencies (Present in the public API)
serde = { version = "1.0", features = ["derive"], optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }

[dev-dependencies]
serde_yaml = { version = "0.9.34", default-features = false }
Expand Down

0 comments on commit baa737c

Please sign in to comment.