Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit

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

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

0 comments on commit 08ccb89

Please sign in to comment.