Skip to content

Commit

Permalink
chore(deps): bump tauri-build, clap and tauri dependencies (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Sep 9, 2024
1 parent b40c981 commit 5a26dea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors = ["hrzlgnm"]
edition = "2021"

[build-dependencies]
tauri-build = { version = "1.5.3", features = [] }
tauri-build = { version = "1.5.4", features = [] }

[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
mdns-sd = { version = "0.11.3", features = ["async", "log"] }
tauri = { version = "1.7.1", features = [
tauri = { version = "1.7.2", features = [
"dialog-ask",
"http-api",
"http-request",
Expand All @@ -21,8 +21,8 @@ tauri = { version = "1.7.1", features = [
"updater",
"window-all",
] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
log = "0.4.22"

Expand Down

0 comments on commit 5a26dea

Please sign in to comment.