Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.115 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 226de11 commit 1d88c93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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.4"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.109"
serde_json = "=1.0.115"
serde = { version = "=1.0.197", features = ["derive"] }
tauri = { version = "=1.6.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 1d88c93

Please sign in to comment.