Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and abose committed May 2, 2024
1 parent 4ed47f9 commit 724f3d1
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 @@ -19,7 +19,7 @@ once_cell = "1.19.0"
percent-encoding = "2.3"
regex = "1.10.4"
clipboard-files = "0.1.1"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
winapi = { version = "0.3.9", features = ["fileapi"] }
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
Expand Down

0 comments on commit 724f3d1

Please sign in to comment.