From e86c413bb630697dbb848e525ba4eee4d9b6a53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:41:45 +0000 Subject: [PATCH] build(deps): bump fts-sys from 0.2.3 to 0.2.4 Bumps [fts-sys](https://github.com/koutheir/fts-sys) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/koutheir/fts-sys/releases) - [Changelog](https://github.com/koutheir/fts-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/koutheir/fts-sys/commits) --- updated-dependencies: - dependency-name: fts-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) 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",