Skip to content

Commit 724f3d1

Browse files
renovate[bot]abose
authored andcommitted
fix(deps): update rust crate serde to 1.0.200
1 parent 4ed47f9 commit 724f3d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src-tauri/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ once_cell = "1.19.0"
1919
percent-encoding = "2.3"
2020
regex = "1.10.4"
2121
clipboard-files = "0.1.1"
22-
serde = { version = "1.0", features = ["derive"] }
22+
serde = { version = "1.0.200", features = ["derive"] }
2323
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
2424
winapi = { version = "0.3.9", features = ["fileapi"] }
2525
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)