Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 83a62c9 commit 7e0519c
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 @@ -11,7 +11,7 @@ categories = ["network-programming", "parser-implementations"]
edition = "2021"

[dependencies]
serde = { version = "1.0.199", optional = true }
serde = { version = "1.0.200", optional = true }
schemars = { version = "0.8.17", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7e0519c

Please sign in to comment.