Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.128
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent ca3dbd4 commit 11021df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ oauth2 = "=4.4.2"
regex = "=1.10.6"
reqwest = { version = "=0.12.7", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.127"
serde_json = "=1.0.128"
serde = { version = "=1.0.209", features = ["derive"] }
tauri = { version = "=1.7.1", features = [ "process-all", "window-all", "path-all", "dialog-all", "shell-open", "clipboard-write-text", "http-all", "fs-all", "updater"] }
tauri-plugin-deep-link = "=0.1.2"
Expand Down

0 comments on commit 11021df

Please sign in to comment.