diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f20770b..850f951 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2811,7 +2811,7 @@ dependencies = [ "httpdate", "itoa 1.0.10", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -6923,7 +6923,7 @@ dependencies = [ [[package]] name = "tauri-plugin-autostart" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "auto-launch", "log", @@ -6937,7 +6937,7 @@ dependencies = [ [[package]] name = "tauri-plugin-clipboard-manager" version = "2.1.0-beta.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "arboard", "image", @@ -6952,7 +6952,7 @@ dependencies = [ [[package]] name = "tauri-plugin-dialog" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "glib 0.16.9", "log", @@ -6969,7 +6969,7 @@ dependencies = [ [[package]] name = "tauri-plugin-fs" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "anyhow", "glob", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "tauri-plugin-http" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "data-url", "http", @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "tauri-plugin-os" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "gethostname", "log", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "tauri-plugin-process" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "tauri", "tauri-plugin", @@ -7033,7 +7033,7 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "encoding_rs", "log", @@ -7052,7 +7052,7 @@ dependencies = [ [[package]] name = "tauri-plugin-single-instance" version = "2.0.0-beta.4" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "log", "serde", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "tauri-plugin-store" version = "2.0.0-beta.4" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "log", "serde", @@ -7079,7 +7079,7 @@ dependencies = [ [[package]] name = "tauri-plugin-updater" version = "2.0.0-beta.3" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#bb836b24404dc422aad16e66eb6aa46b9d7045d4" +source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#c013fa52cd66885cf457a64e75373cb2066bc849" dependencies = [ "base64 0.21.7", "dirs-next 2.0.0", @@ -7087,7 +7087,6 @@ dependencies = [ "futures-util", "http", "minisign-verify", - "percent-encoding", "reqwest", "semver 1.0.22", "serde", @@ -7773,7 +7772,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand 0.8.5", + "rand 0.4.6", "static_assertions", ]