diff --git a/Cargo.toml b/Cargo.toml index 4827c5da2..aed19ef8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0" url = "2.4" -tao = { version = "0.22", git = "https://github.com/dklassic/tao.git", branch = "gtk018", default-features = false, features = [ "serde" ], optional = true } +tao = { git = "https://github.com/tauri-apps/tao.git", branch = "dev", default-features = false, features = [ "serde" ], optional = true } http = "0.2.9" [dev-dependencies] @@ -56,13 +56,13 @@ glib = "0.18" gtk = "0.18" gdk = "0.18" soup3 = "0.5" -winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28.1", features = [ "serde" ], optional = true } +winit = { version = "0.29", package = "winit-gtk", features = [ "serde" ], optional = true } [target."cfg(target_os = \"windows\")".dependencies] webview2-com = "0.25" windows-implement = "0.48" dunce = "1" -winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28", features = [ "serde" ], optional = true } +winit = { version = "0.28", features = [ "serde" ], optional = true } [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48" @@ -90,7 +90,7 @@ cocoa = "0.24" core-graphics = "0.22" objc = "0.2" objc_id = "0.1" -winit = { git = "https://github.com/dklassic/winit-gtk.git", branch = "gtk018" , package = "winit-gtk", version = "0.28", features = [ "serde" ], optional = true } +winit = { version = "0.28", features = [ "serde" ], optional = true } [target."cfg(target_os = \"android\")".dependencies] crossbeam-channel = "0.5"