Skip to content

Commit

Permalink
fix(deps): update serde monorepo to 1.0.197
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 76dac02 commit a850f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ opt-level = "s"

[dependencies]
# Serialization
serde = "1.0.136"
serde_derive = "1.0.136"
serde = "1.0.197"
serde_derive = "1.0.197"
serde_json = "1.0.79"

# Utility
Expand Down

0 comments on commit a850f7c

Please sign in to comment.