Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to v1.0.123 (#1590)
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 11, 2024
1 parent b7c201a commit b6fa4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/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 packages/frontend/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tauri-build = { version = "=2.0.0-rc.2", features = [] }
[dependencies]
tauri = { version = "=2.0.0-rc.2", features = ["devtools"] }
tauri-plugin-shell = "=2.0.0-rc.0"
serde_json = "=1.0.122"
serde_json = "=1.0.123"
tauri-plugin-websocket = "=2.0.0-rc.0"
tauri-plugin-http = { version = "=2.0.0-rc.0", features = ["rustls-tls"] }
tauri-plugin-window-state = "=2.0.0-rc.0"
Expand Down

0 comments on commit b6fa4f5

Please sign in to comment.