Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.122 (#112)
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 Aug 2, 2024
1 parent df55113 commit 69b162e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.5"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.115"
serde_json = "=1.0.122"
serde = { version = "=1.0.204", 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 69b162e

Please sign in to comment.