diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index 60b7afb3..cd9b967a 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -16,5 +16,5 @@ rust-version = "1.56" links = "rlottie" [build-dependencies] -bindgen = { version = "0.64.0", features = ["runtime"], default-features = false } +bindgen = { version = "0.65.1", features = ["runtime"], default-features = false } pkg-config = "0.3.22"