diff --git a/Cargo.lock b/Cargo.lock index 5c38a8e81b..adb390d9b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,7 +1297,7 @@ dependencies = [ "assert_cmd", "assert_matches", "async-trait", - "bindgen 0.63.0", + "bindgen 0.68.1", "byteorder", "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2b6425314f..152673bc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ pkg-config = "0.3.18" [build-dependencies.bindgen] default_features = false features = ["runtime"] -version = "0.63.0" +version = "0.68.1" optional = true [dev-dependencies]