Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.197 (#88)
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] committed Mar 28, 2024
1 parent 08e005e commit 226de11
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 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 @@ -24,7 +24,7 @@ regex = "=1.10.4"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.109"
serde = { version = "=1.0.193", features = ["derive"] }
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"
tauri-plugin-fs-watch = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
Expand Down

0 comments on commit 226de11

Please sign in to comment.