Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 8ccfe15 commit b807eec
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 @@ -20,7 +20,7 @@ reqwest = { version = "0.12.3", features = [ "blocking" ] }
rusqlite = { version = "0.31.0", features = [ "bundled" ] }
terminal_size = "0.3.0"
tokio = "1.37.0"
serde_json = "1.0.115"
serde_json = "1.0.116"
serde = { version = "1.0.197", features = [ "derive" ] }
tauri = { version = "1.6.1", features = [ "cli", "dialog-open", "updater" ] }
chrono = "0.4.37"
Expand Down

0 comments on commit b807eec

Please sign in to comment.