|
@@ -70,7 +70,7 @@ serialize-to-javascript = "=0.1.1"
|
|
|
infer = { version = "0.15", optional = true }
|
|
|
png = { version = "0.17", optional = true }
|
|
|
ico = { version = "0.3.0", optional = true }
|
|
|
-http-range = { version = "0.1.4", optional = true }
|
|
|
+http-range = { version = "0.1.5", optional = true }
|
|
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"windows\", target_os = \"macos\"))".dependencies]
|
|
|
muda = { version = "0.10", default-features = false }
|
|
@@ -78,7 +78,7 @@ tray-icon = { version = "0.10", default-features = false, optional = true }
|
|
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
gtk = { version = "0.18", features = [ "v3_24" ] }
|
|
|
-webkit2gtk = { version = "=2.0", features = [ "v2_38" ] }
|
|
|
+webkit2gtk = { version = "=2.0.1", features = [ "v2_38" ] }
|
|
|
|
|
|
[target."cfg(target_os = \"macos\")".dependencies]
|
|
|
embed_plist = "1.2"
|
|
@@ -105,7 +105,7 @@ jni = "0.21"
|
|
|
libc = "0.2"
|
|
|
objc = "0.2"
|
|
|
cocoa = "0.25"
|
|
|
-swift-rs = "1.0.5"
|
|
|
+swift-rs = "1.0.6"
|
|
|
|
|
|
[build-dependencies]
|
|
|
heck = "0.4"
|
|
@@ -113,15 +113,15 @@ once_cell = "1"
|
|
|
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.11" }
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-proptest = "1.2.0"
|
|
|
+proptest = "1.3.1"
|
|
|
quickcheck = "1.0.3"
|
|
|
quickcheck_macros = "1.0.0"
|
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
|
serde_json = "1.0"
|
|
|
tauri = { path = ".", default-features = false, features = [ "wry" ] }
|
|
|
tokio = { version = "1", features = [ "full" ] }
|
|
|
-cargo_toml = "0.15"
|
|
|
-http-range = "0.1.4"
|
|
|
+cargo_toml = "0.17"
|
|
|
+http-range = "0.1.5"
|
|
|
|
|
|
[features]
|
|
|
default = [
|