From 53b92f96fc2e09349d1aa2478de6e099ea410ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:19:13 +0000 Subject: [PATCH] Update bindgen requirement from 0.66.1 to 0.69.4 Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [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.4) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reed-solomon-novelpoly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reed-solomon-novelpoly/Cargo.toml b/reed-solomon-novelpoly/Cargo.toml index 8c28f90..1bbc926 100644 --- a/reed-solomon-novelpoly/Cargo.toml +++ b/reed-solomon-novelpoly/Cargo.toml @@ -15,7 +15,7 @@ derive_more = { version = "0.99.0", default-features = false, features = [ "add", ] } fs-err = "2.5.0" -bindgen = { version = "0.66.1", optional = true } +bindgen = { version = "0.69.4", optional = true } cc = { version = "1.0.67", features = ["parallel"], optional = true } [dependencies]