svartalf / rust-battery

Rust crate providing cross-platform information about the notebook batteries.
https://crates.io/crates/battery
Apache License 2.0
354 stars 40 forks source link

Update cbindgen requirement from 0.8.7 to 0.9.1 #37

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on cbindgen to permit the latest version.

Changelog *Sourced from [cbindgen's changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES).* > ## 0.9.1 > > * Various improvements to comment output. [eqrion/cbindgen#370](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/370) / https://github-redirect.dependabot.com/eqrion/cbindgen/pull/375. > * Fixed expand when ran from build.rs. [eqrion/cbindgen#371](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/371) > * More debugging output for expansion. [eqrion/cbindgen#383](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/383) > * New option to add a default private constructor in C++ tagged enums. [eqrion/cbindgen#377](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/377) > * Syn and related dependencies updated to 1.0. [eqrion/cbindgen#379](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/379) > > ## 0.9.0 > > * Support to generate C headers with C++ compatibility. [eqrion/cbindgen#349](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/349) > * Fix include guard generation when no_includes is set. [eqrion/cbindgen#352](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/352) > * Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. [eqrion/cbindgen#355](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/355) > * Add extra_bindings option to generate bindings for dependencies. [eqrion/cbindgen#362](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/362) > * Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. [eqrion/cbindgen#363](https://github-redirect.dependabot.com/eqrion/cbindgen/pull/363) > > ## 0.8.7 > > * Require C++11 to run the test-suite ([#341](https://github-redirect.dependabot.com/eqrion/cbindgen/issues/341), test-only) > * Improve mangling error message ([#340](https://github-redirect.dependabot.com/eqrion/cbindgen/issues/340)) > * Add the ability to automatically derive copy-constructors for tagged enums ([#339](https://github-redirect.dependabot.com/eqrion/cbindgen/issues/339)) > * Use placement new for constructing in tagged unions' helper methods ([#333](https://github-redirect.dependabot.com/eqrion/cbindgen/issues/333)) > > ## 0.8.6 > > * Fixed a panic when missing a lock file > > ## 0.8.5 > > * Improved support for Rust 2018 modules > * Add possibility to autogenerate tagged union destructors > > ## 0.8.4 > > * Support for package renaming in Cargo.toml > * Improved error messages for |cargo metadata| failures > * Replaced 'test.py' harness with |cargo test| > * Char constants will now be escaped properly > * Visibility of constants will now be respected > * Added a C99 doc comment style > > ## 0.8.2 > > * Improvements to bitflags parsing > > ## 0.8.1 > > * Support for manual parsing and expanding of bitflags macros > * Support for optional tagged enum casts with asserts > > ... (truncated)
Commits - [`8e4db4c`](https://github.com/eqrion/cbindgen/commit/8e4db4c17fbdc0cfa9b98cfe9d47ca6263858def) Release 0.9.1. - [`959131e`](https://github.com/eqrion/cbindgen/commit/959131e79ba63d60ba6452a2c149fcf33d3d67d1) Add newlines to not generate such ugly code. - [`bdc560d`](https://github.com/eqrion/cbindgen/commit/bdc560d18a4d93a07c963f2a1859068357cfaacd) Add tests for private_default_tagged_enum_constructor. - [`b2efcc4`](https://github.com/eqrion/cbindgen/commit/b2efcc4051ef15404690551a33873ba5be353157) ir: Add an option to generate an empty, default constructor for tagged enums. - [`25e51f6`](https://github.com/eqrion/cbindgen/commit/25e51f6e3b69ef1831769118b9633788451b0ad0) Update syn related dependencies to 1.0 - [`1183964`](https://github.com/eqrion/cbindgen/commit/11839640c03737554d69e9a26901820c02f5bc4b) Enable verbose logging as well as echo the command line on expansion. - [`9197af7`](https://github.com/eqrion/cbindgen/commit/9197af70797620465bfe42232d3927b9a380fd3e) Fixed most of the clippy warnings ([#378](https://github-redirect.dependabot.com/eqrion/cbindgen/issues/378)) - [`1450e39`](https://github.com/eqrion/cbindgen/commit/1450e39d8f6e094ed2b8e6bdb771432acaebbe0d) Preserve indentation on comments. - [`47e8317`](https://github.com/eqrion/cbindgen/commit/47e831753b462c6e0b85eeefcd2c14ec0c70092a) Avoid trimming non whitespace characters. - [`65958a5`](https://github.com/eqrion/cbindgen/commit/65958a5a962177d5e240c7813f16d0995d3cffbc) Don't call cbindgen recursively - Additional commits viewable in [compare view](https://github.com/eqrion/cbindgen/compare/v0.8.7...v0.9.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
svartalf commented 4 years ago

@dependabot rebase