diff --git a/Cargo.toml b/Cargo.toml index 118cb98..5111f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ travis-ci = { repository = "qdot/libappindicator-sys" } gtk-sys = "0.10.0" [build-dependencies] -bindgen = "0.52.0" -pkg-config = "0.3.17" +bindgen = { version = "0.57.0", default-features = false } +pkg-config = "0.3.19"