svartalf / rust-battery

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

Update uom requirement from ^0.23 to ^0.25 #39

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on uom to permit the latest version.

Release notes *Sourced from [uom's releases](https://github.com/iliekturtles/uom/releases).* > ## v0.25.0 > This release includes the long-requested `Information` and `InformationRate` quantities as well as support for `i128`/`u128` as underlying storage types. A number of documentation updates, including for the 9th edition of the SI, are also included. > > ### Added > * [#31](https://github-redirect.dependabot.com/iliekturtles/uom/issues/31) `Information` (`bit`, `byte`, ...) and `InformationRate` (`bit/s`, `byte/s`, ...) quantities added. Units for both SI (`kilo`, `mega`, ...) and binary (`kibi`, `mebi`, ...) prefixes are included. > * [#85](https://github-redirect.dependabot.com/iliekturtles/uom/issues/85) Add support for `i128` and `u128` as underlying storage types. > * [#160](https://github-redirect.dependabot.com/iliekturtles/uom/pull/160) `AngularJerk` quantity added. > > ### Changed > * [#20](https://github-redirect.dependabot.com/iliekturtles/uom/issues/20) Document generic parameters. > * [#21](https://github-redirect.dependabot.com/iliekturtles/uom/issues/20) Move links inline for trait methods to work around documentation generation bug. > * [#111](https://github-redirect.dependabot.com/iliekturtles/uom/issues/111) Update documentation for SI base units for the 9th edition of the SI. > * [#127](https://github-redirect.dependabot.com/iliekturtles/uom/issues/127) Remove superscripts for power 1 to keep all SI documentation consistent. > >
Changelog *Sourced from [uom's changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md).* > ## [v0.25.0] — 2019-08-12 > This release includes the long-requested `Information` and `InformationRate` quantities as well as > support for `i128`/`u128` as underlying storage types. A number of documentation updates, including > for the 9th edition of the SI, are also included. > > ### Added > * [#31](https://github-redirect.dependabot.com/iliekturtles/uom/issues/31) `Information` (`bit`, `byte`, ...) and > `InformationRate` (`bit/s`, `byte/s`, ...) quantities added. Units for both SI (`kilo`, `mega`, > ...) and binary (`kibi`, `mebi`, ...) prefixes are included. > * [#85](https://github-redirect.dependabot.com/iliekturtles/uom/issues/85) Add support for `i128` and `u128` as > underlying storage types. > * [#160](https://github-redirect.dependabot.com/iliekturtles/uom/pull/160) `AngularJerk` quantity added. > > ### Changed > * [#20](https://github-redirect.dependabot.com/iliekturtles/uom/issues/20) Document generic parameters. > * [#21](https://github-redirect.dependabot.com/iliekturtles/uom/issues/20) Move links inline for trait methods to work > around documentation generation bug. > * [#111](https://github-redirect.dependabot.com/iliekturtles/uom/issues/111) Update documentation for SI base units for > the 9th edition of the SI. > * [#127](https://github-redirect.dependabot.com/iliekturtles/uom/issues/127) Remove superscripts for power 1 to keep > all SI documentation consistent. > > ## [v0.24.0] — 2019-06-20 > This release fixes two separate issues to ensure that zero-cost code is generated. Many thanks to > [raimundomartins](https://github.com/raimundomartins), [apopiak](https://github.com/apopiak), and > [gnzlbg](https://github.com/gnzlbg) for pull requests included and issues resolved in this release. > > ### Added > * [#145](https://github-redirect.dependabot.com/iliekturtles/uom/issues/145) Add `#[repr(transparent)]` to `Quantity` > to ensure that the ABI of the underlying storage type is used instead of struct ABI in FFI > contexts. > > ### Changed > * [#148](https://github-redirect.dependabot.com/iliekturtles/uom/pull/148) Increase minimum supported `rustc` version > to 1.28.0. Required to support `#[repr(transparent)]`. > > ### Fixed > * [#143](https://github-redirect.dependabot.com/iliekturtles/uom/issues/143) Correct `to_base` and `from_base` to be > zero-cost for float storage types. > * [#147](https://github-redirect.dependabot.com/iliekturtles/uom/pull/147) Correct typos in README and crate-level > documentation. > > ## [v0.23.1] — 2019-05-29 > This release fixes an issue with the `autoconvert` feature introduced in [v0.23.0]. Many thanks to > [dmit](https://github.com/dmit) for pull requests included in this release. > > ### Fixed > * [#141](https://github-redirect.dependabot.com/iliekturtles/uom/issues/141) `From` implementations to convert between > quantities of different kinds now correctly use the `autoconvert` feature and no longer cause a > compile error when the feature is disabled. > ... (truncated)
Commits - [`e0ba705`](https://github.com/iliekturtles/uom/commit/e0ba70577abb0b08e19f16a9aa93d7bb48e515e5) Release v0.25.0. - [`5bad272`](https://github.com/iliekturtles/uom/commit/5bad2729b9c72ba6c1dc34f680b75e2f3117d5fd) Merge pull request [#160](https://github-redirect.dependabot.com/iliekturtles/uom/issues/160) from dunmatt/jerkingIt - [`b1ae0dc`](https://github.com/iliekturtles/uom/commit/b1ae0dc486aeed6dbdbbe26a63e59664a3908923) Merge pull request [#158](https://github-redirect.dependabot.com/iliekturtles/uom/issues/158) from Lukazoid/information_quantities - [`d446ffa`](https://github.com/iliekturtles/uom/commit/d446ffae3552c29bd5bd6af464ab474e97a2b62e) Added AngularJerk. - [`79d2db4`](https://github.com/iliekturtles/uom/commit/79d2db46991df89c52fa94b49a5f6316bf1562fc) Added Information and InformationRate - [`131b0c6`](https://github.com/iliekturtles/uom/commit/131b0c6960e640971df52669b46a62090728b82e) Update documentation for SI base units for the 9th edition of the SI. - [`bff4241`](https://github.com/iliekturtles/uom/commit/bff42416cdc75f9321c1578ad42e6d68a5b15bea) Correct typo in `Conversion\` documentation. - [`0bb5e7a`](https://github.com/iliekturtles/uom/commit/0bb5e7af8cb2c05d9734c9b8c63d05476e64460b) Enable `use_serde` feature to re-use previously compiled artifacts. - [`c5dc8b4`](https://github.com/iliekturtles/uom/commit/c5dc8b43b17051e3ecc3c05140451d8d935b6475) Move links inline for trait methods. - [`4aee804`](https://github.com/iliekturtles/uom/commit/4aee804d6181a0a3da461593b762de3d426a1b60) Remove superscripts for power 1. - Additional commits viewable in [compare view](https://github.com/iliekturtles/uom/compare/v0.23.0...v0.25.0)


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

svartalf commented 4 years ago

@dependabot rebase