diff --git a/Cargo.lock b/Cargo.lock index 3904277da38..97e0d69d1e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,6 +120,28 @@ dependencies = [ "which", ] +[[package]] +name = "bindgen" +version = "0.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" +dependencies = [ + "bitflags", + "cexpr", + "clang-sys", + "lazy_static", + "lazycell", + "log", + "peeking_take_while", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn", + "which", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -876,11 +898,11 @@ dependencies = [ [[package]] name = "fts-sys" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bd98333d10742c0b048272ebf4cb05336d415423b853961c92ccb398966a03" +checksum = "9a66c0a21e344f20c87b4ca12643cf4f40a7018f132c98d344e989b959f49dd1" dependencies = [ - "bindgen", + "bindgen 0.63.0", "libc", ] @@ -1849,7 +1871,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4c02c5c6e2db8a78b3ffffc666f75fcda5bbd7068ba3c0f560e5504f4d88443" dependencies = [ - "bindgen", + "bindgen 0.62.0", "cc", "dunce", "walkdir",