Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.190
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 3c22636 commit cd08907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tauri-build = { version = "1.5.0", features = [] }

[dependencies]
serde_json = "1.0.91"
serde = { version = "1.0.147", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
tauri = { version = "1.5.2", features = ["api-all", "devtools", "system-tray", "updater"] }

[features]
Expand Down

0 comments on commit cd08907

Please sign in to comment.