Compare commits
1 Commits
renovate/a
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
d9fb57efe2 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
# the steps our job runs **in order**
|
# the steps our job runs **in order**
|
||||||
steps:
|
steps:
|
||||||
# checkout the code on the workflow runner
|
# checkout the code on the workflow runner
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# install system dependencies that Tauri needs to compile on Linux.
|
# install system dependencies that Tauri needs to compile on Linux.
|
||||||
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`
|
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`
|
||||||
|
@ -19,7 +19,7 @@ serde_json = "1.0"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tauri = { version = "2.4.1", features = ["tray-icon"] }
|
tauri = { version = "2.4.1", features = ["tray-icon"] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
reqwest = { version = "0.11.18", features = ["json", "multipart"] }
|
reqwest = { version = "0.12.0", features = ["json", "multipart"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
tokio = { version = "1.29.1", features = ["full"] }
|
tokio = { version = "1.29.1", features = ["full"] }
|
||||||
tokio-macros = "2.3.0"
|
tokio-macros = "2.3.0"
|
||||||
|
Reference in New Issue
Block a user