Skip to content

Commit

Permalink
Fixed html_parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae committed Feb 24, 2023
1 parent 1e6b2a7 commit 484b3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ serde_json = "1.0.93"
serde = { version = "1.0.152", features = ["derive"] }
tauri = { version = "1.2.4", features = ["devtools", "dialog-all", "global-shortcut-all", "http-request", "os-all", "path-all", "protocol-asset", "shell-execute", "shell-open", "system-tray", "updater", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
window-shadows = "0.2.1"
html_parser = "0.6.4"
html_parser = "0.6.3"
thiserror = "1.0.38"
whoami = "1.3.0"
sysinfo = "0.28.0"
Expand Down

0 comments on commit 484b3f7

Please sign in to comment.