Skip to content

Commit

Permalink
chore(deps): bump deps of tauri-build and tauri (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 16, 2024
1 parent 00c1753 commit c234642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = ["hrzlgnm"]
edition = "2021"

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

[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
log = "0.4.22"
mdns-sd = { version = "0.11.4", features = ["async", "log"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "1.7.2", features = [
tauri = { version = "1.8.0", features = [
"dialog-ask",
"http-api",
"http-request",
Expand Down

0 comments on commit c234642

Please sign in to comment.