Skip to content

Commit aee6de4

Browse files
fix(deps): pin dependencies (#1647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d614cca commit aee6de4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/frontend/src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ tauri-plugin-window-state = "=2.0.0-rc.1"
2020
tauri-plugin-deep-link = "=2.0.0-rc.1"
2121
tauri-plugin-notification = "=2.0.0-rc.2"
2222
tauri-plugin-process = "=2.0.0-rc.0"
23-
log = "0.4"
23+
log = "=0.4.21"
2424
tauri-plugin-log = "=2.0.0-rc.1"
25-
url = "2.5.2"
26-
tauri-plugin-store = "2.0.0-rc"
25+
url = "=2.5.2"
26+
tauri-plugin-store = "=2.0.0-rc.1"
2727
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
2828
tauri-plugin-updater = "=2.0.0-rc.1"
29-
tauri-plugin-single-instance = "2.0.0-rc"
29+
tauri-plugin-single-instance = "=2.0.0-rc.0"
3030

3131
[features]
3232
# this feature is used for production builds or when `devPath` points to the filesystem

0 commit comments

Comments
 (0)