From 82e948af8767a6f8ad265af1ab411a74e71939b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:11:02 +0000 Subject: [PATCH] chore(deps): bump bindgen from 0.66.1 to 0.69.2 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.66.1 to 0.69.2. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.66.1...v0.69.2) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/llm-chain-llama-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4a6abc..07119727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -594,9 +594,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.66.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" +checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" dependencies = [ "bitflags 2.4.1", "cexpr", diff --git a/crates/llm-chain-llama-sys/Cargo.toml b/crates/llm-chain-llama-sys/Cargo.toml index 81fc2fcf..918c87b3 100644 --- a/crates/llm-chain-llama-sys/Cargo.toml +++ b/crates/llm-chain-llama-sys/Cargo.toml @@ -17,4 +17,4 @@ readme = "README.md" [dependencies] [build-dependencies] -bindgen = "0.66" +bindgen = "0.69"