Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.183
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent ebb23cd commit 6b80dfb
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 @@ -18,7 +18,7 @@ default = []

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

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

0 comments on commit 6b80dfb

Please sign in to comment.