Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.195
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2024
1 parent d586e37 commit 09a1be7
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.194", features = ["derive"], optional = true }
serde = { version = "1.0.195", features = ["derive"], optional = true }

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

0 comments on commit 09a1be7

Please sign in to comment.