Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.167
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2023
1 parent 9938563 commit 155494b
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.164", features = ["derive"], optional = true }
serde = { version = "1.0.167", features = ["derive"], optional = true }

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

0 comments on commit 155494b

Please sign in to comment.