@@ -3,7 +3,7 @@ authors = [ "Tauri Programme within The Commons Conservancy" ]
33categories = [ " gui" , " web-programming" ]
44description = " Make tiny, secure apps for all desktop platforms with Tauri"
55edition = " 2021"
6- rust-version = " 1.59 "
6+ rust-version = " 1.60 "
77exclude = [ " /test" , " /.scripts" , " CHANGELOG.md" , " /target" ]
88homepage = " https://tauri.app"
99license = " Apache-2.0 OR MIT"
@@ -76,7 +76,7 @@ os_pipe = { version = "1.0", optional = true }
7676raw-window-handle = " =0.5.0"
7777minisign-verify = { version = " 0.2" , optional = true }
7878time = { version = " =0.3.15" , features = [ " parsing" , " formatting" ], optional = true }
79- os_info = { version = " =3.5.0 " , optional = true }
79+ os_info = { version = " 3 " , optional = true }
8080regex = { version = " 1.6.0" , optional = true }
8181glob = " 0.3"
8282data-url = { version = " 0.2" , optional = true }
@@ -88,7 +88,7 @@ encoding_rs = "0.8.31"
8888
8989[target ."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))" .dependencies ]
9090rfd = { version = " 0.10" , optional = true , features =[" gtk3" , " common-controls-v6" ] }
91- notify-rust = { version = " 4.5" , default-features = false , features = [ " d " ], optional = true }
91+ notify-rust = { version = " 4.5" , optional = true }
9292
9393[target ."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))" .dependencies ]
9494gtk = { version = " 0.15" , features = [ " v3_20" ] }
@@ -115,7 +115,6 @@ once_cell = "1"
115115[dev-dependencies ]
116116mockito = " 0.31"
117117proptest = " 1.0.0"
118- unarray = " =0.1.3"
119118quickcheck = " 1.0.3"
120119quickcheck_macros = " 1.0.0"
121120serde = { version = " 1.0" , features = [ " derive" ] }
0 commit comments