diff --git a/Cargo.toml b/Cargo.toml index 554732b250..a1bcfae7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ base64 = "0.13.1" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] webkit2gtk = { version = "0.19.2", features = [ "v2_38" ] } webkit2gtk-sys = "0.19.1" -gio = "0.16" +gio = "0.17" glib = "0.16" gtk = "0.16" gdk = "0.16"