diff --git a/src/Cargo.lock b/src/Cargo.lock index 0161c6a06a..f1e4ba867e 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -193,9 +193,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cbindgen" -version = "0.24.5" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b922faaf31122819ec80c4047cc684c6979a087366c069611e33649bf98e18d" +checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49" dependencies = [ "clap 3.2.25", "heck", diff --git a/src/lib/linux-api/Cargo.toml b/src/lib/linux-api/Cargo.toml index 53f1fa370c..77c690bb65 100644 --- a/src/lib/linux-api/Cargo.toml +++ b/src/lib/linux-api/Cargo.toml @@ -30,4 +30,4 @@ rustix = { version = "0.38.4", default-features=false, features = ["thread", "pr [build-dependencies] shadow-build-common = { path = "../shadow-build-common" } -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } diff --git a/src/lib/log-c2rust/Cargo.toml b/src/lib/log-c2rust/Cargo.toml index 05ba611edc..8c720e578b 100644 --- a/src/lib/log-c2rust/Cargo.toml +++ b/src/lib/log-c2rust/Cargo.toml @@ -16,4 +16,4 @@ va_list = { version = "0.1.4", default-features = false } [build-dependencies] cc = { version = "1.0", features = ["parallel"] } shadow-build-common = { path = "../shadow-build-common" } -cbindgen = { version = "0.24.3" } +cbindgen = { version = "0.26.0" } diff --git a/src/lib/shadow-build-common/Cargo.toml b/src/lib/shadow-build-common/Cargo.toml index e83c1b16d4..a2d2ee927f 100644 --- a/src/lib/shadow-build-common/Cargo.toml +++ b/src/lib/shadow-build-common/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] bindgen = { version = "0.66.1" } -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } cc = { version = "1.0", features = ["parallel"] } system-deps = "6.1" diff --git a/src/lib/shadow-shim-helper-rs/Cargo.toml b/src/lib/shadow-shim-helper-rs/Cargo.toml index e244c3cc5f..4f99f9d095 100644 --- a/src/lib/shadow-shim-helper-rs/Cargo.toml +++ b/src/lib/shadow-shim-helper-rs/Cargo.toml @@ -28,7 +28,7 @@ bytemuck = "1.14.0" cc = { version = "1.0", features = ["parallel"] } shadow-build-common = { path = "../shadow-build-common" } system-deps = "6.1" -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } [dev-dependencies] rand = "0.8.5" diff --git a/src/lib/shim/Cargo.toml b/src/lib/shim/Cargo.toml index 37fbfeb288..c4b18e0a77 100644 --- a/src/lib/shim/Cargo.toml +++ b/src/lib/shim/Cargo.toml @@ -32,7 +32,7 @@ test-log = "0.2.12" [build-dependencies] bindgen = { version = "0.66.1" } -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } cc = { version = "1.0", features = ["parallel"] } shadow-build-common = { path = "../shadow-build-common" } # Building the C code from this crate's build script requires diff --git a/src/lib/tsc/Cargo.toml b/src/lib/tsc/Cargo.toml index b571850c46..58ee88e004 100644 --- a/src/lib/tsc/Cargo.toml +++ b/src/lib/tsc/Cargo.toml @@ -12,7 +12,7 @@ logger = { path = "../logger" } cc = { version = "1.0", features = ["parallel"] } shadow-build-common = { path = "../shadow-build-common" } system-deps = "6.1" -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } [lib] crate-type = ["staticlib", "rlib"] diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index 841054b1fc..f65dff9510 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -70,7 +70,7 @@ perf_timers = [] [build-dependencies] shadow-build-common = { path = "../lib/shadow-build-common" } bindgen = { version = "0.66.1" } -cbindgen = { version = "0.24.5" } +cbindgen = { version = "0.26.0" } cc = { version = "1.0", features = ["parallel"] } system-deps = "6.1" # Building the C code from this crate's build script requires