diff --git a/Cargo.lock b/Cargo.lock index 205b953..5ae2464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,9 @@ checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad" [[package]] name = "cbindgen" -version = "0.24.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb" +checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49" dependencies = [ "clap", "heck", @@ -393,9 +393,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" dependencies = [ "unicode-ident", ] diff --git a/cpp/hello/Cargo.toml b/cpp/hello/Cargo.toml index 40400df..a7d9de1 100644 --- a/cpp/hello/Cargo.toml +++ b/cpp/hello/Cargo.toml @@ -10,4 +10,4 @@ thiserror = "1.0" hello = { path = "../../rust/hello" } [build-dependencies] -cbindgen = "0.24" +cbindgen = "0.26" diff --git a/wasm/hello-emscripten/Cargo.toml b/wasm/hello-emscripten/Cargo.toml index deacde0..d8edacd 100644 --- a/wasm/hello-emscripten/Cargo.toml +++ b/wasm/hello-emscripten/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["staticlib"] hello-cpp = { path = "../../cpp/hello" } [build-dependencies] -cbindgen = "0.24" +cbindgen = "0.26"