Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent a371775 commit f97f31a
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 @@ -21,7 +21,7 @@ rusqlite = { version = "0.31.0", features = [ "bundled" ] }
terminal_size = "0.3.0"
tokio = "1.37.0"
serde_json = "1.0.116"
serde = { version = "1.0.199", features = [ "derive" ] }
serde = { version = "1.0.200", features = [ "derive" ] }
tauri = { version = "1.6.2", features = [ "cli", "dialog-open", "updater" ] }
chrono = "0.4.38"
directories-next = "2.0.0"
Expand Down

0 comments on commit f97f31a

Please sign in to comment.