From 2a894bb01dd9c172439f32938c734ee133f52d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:16:25 +0000 Subject: [PATCH] chore(deps): update bindgen requirement from 0.69 to 0.70 in /fitsio-sys in the cargo-packages group (#357) Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Updates `bindgen` to 0.70.0
Release notes

Sourced from bindgen's releases.

v0.70.0

Install bindgen-cli 0.70.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/rust-lang/rust-bindgen/releases/download/v0.70.0/bindgen-cli-installer.sh
| sh

Download bindgen-cli 0.70.0

File Platform Checksum
bindgen-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bindgen-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
Changelog

Sourced from bindgen's changelog.

0.70.0 (2024-08-16)

Added

Changed

Removed

Fixed

Security

0.69.4 (2024-02-04)

Added

Changed

Removed

Fixed

Security

0.69.3 (2024-02-04)

Added

Changed

Removed

Fixed

Security

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | bindgen | [>= 0.63.a, < 0.64] | | bindgen | [>= 0.62.a, < 0.63] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fitsio-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fitsio-sys/Cargo.toml b/fitsio-sys/Cargo.toml index 3cfb2a62..2c4922f0 100644 --- a/fitsio-sys/Cargo.toml +++ b/fitsio-sys/Cargo.toml @@ -22,7 +22,7 @@ with-bindgen = ["bindgen"] [build-dependencies] pkg-config = "0.3.16" autotools = ">= 0.2.5" -bindgen = { version = "0.69", optional = true } +bindgen = { version = "0.70", optional = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]