Skip to content

Commit

Permalink
build(deps): update uom requirement from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
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](iliekturtles/uom@v0.27.0...v0.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and svartalf committed May 25, 2020
1 parent 2ce8227 commit ee00724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cfg-if = "~0.1"
futures-core = "^0.3"
futures-util = { version = "^0.3", default-features = false }
pin-utils = "0.1.0-alpha.4"
uom = { version = "0.27.0", default-features = false, features = ["autoconvert", "f32", "f64", "u64", "si", "std"] }
uom = { version = "0.28.0", default-features = false, features = ["autoconvert", "f32", "f64", "u64", "si", "std"] }
backtrace = { version = "~0.3", optional = true }

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit ee00724

Please sign in to comment.