From 21ed62a2eaf576cf06ae16c76ab46572f7093306 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 02:16:08 +0000 Subject: [PATCH] Update uom requirement from 0.30 to 0.31 Updates the requirements on [uom](https://github.com/iliekturtles/uom) to permit the latest version. - [Release notes](https://github.com/iliekturtles/uom/releases) - [Changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md) - [Commits](https://github.com/iliekturtles/uom/compare/v0.30.0...v0.31.0) Signed-off-by: dependabot-preview[bot] --- battery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery/Cargo.toml b/battery/Cargo.toml index 3979616..1d62fa8 100644 --- a/battery/Cargo.toml +++ b/battery/Cargo.toml @@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "svartalf/rust-battery" } [dependencies] cfg-if = "1.0" num-traits = { version = "0.2", default_features = false } -uom = { version = "0.30", features = ["autoconvert", "f32", "si"] } +uom = { version = "0.31", features = ["autoconvert", "f32", "si"] } [target.'cfg(target_os = "linux")'.dependencies] lazycell = "~1.3"