Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.203
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 995ea2b commit f8b8f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.115"
serde = { version = "=1.0.197", features = ["derive"] }
serde = { version = "=1.0.203", features = ["derive"] }
tauri = { version = "=1.6.6", 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 f8b8f76

Please sign in to comment.