native-pkcs11
native-pkcs11 copied to clipboard
Bump bindgen from 0.69.4 to 0.70.0 in the cargo group
Bumps the cargo group with 1 update: bindgen.
Updates bindgen from 0.69.4 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 | shDownload 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
- Add target mappings for riscv64imac and riscv32imafc.
- Add a complex macro fallback API (#2779).
- Add option to use DST structs for flexible arrays (--flexarray-dst, #2772).
- Add option to dynamically load variables (#2812).
- Add option in CLI to use rustified non-exhaustive enums (--rustified-non-exhaustive-enum, #2847).
Changed
- Remove which and lazy-static dependencies (#2809, #2817).
- Generate compile-time layout tests (#2787).
bindgen-clierrors to stderr instead of stdout (#2840)Removed
Fixed
- Fix
--formatter=prettypleasenot working inbindgen-cliby addingprettypleasefeature and enabling it by default forbindgen-cli(#2789) .- Fix
--allowlist-itemso anonymous enums are no longer ignored (#2827).- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824).
- Fix generated constants:
f64::INFINITY,f64::NEG_ INFINITY,f64::NAN(#2854).Security
- Update
tempfileandrustixdue to GHSA-c827-hfw6-qwvm.
Commits
190ff2aBump crates version to 0.70.07efb924fix errore4fcb54Add github action workflow that creates tags112e90eAdd workflow that only bumps the crates versioncbf3a3bFix job identifierd5f9dfeAdd workflow to create release PR26fc39bOnly trigger the publish workflow manually4ec9950Update the changelog4850f1fUpdatetempfileandrustixbd67942Update flex-array implementation to work with Rust 1.80- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions