Skip to content

Commit

Permalink
Update uom requirement from 0.34 to 0.35 (#28)
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.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: uom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 6718283 commit 1632c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ once_cell = { version = "1.16", optional = true }
regex = { version = "1.7", optional = true }
rust_decimal = { version = "1.29" }
thiserror = { version = "1.0.7" }
uom = { version = "0.34", optional = true, default-features = false, features = ["autoconvert", "si", "std", "f64"] }
uom = { version = "0.35", optional = true, default-features = false, features = ["autoconvert", "si", "std", "f64"] }
urlencoding = { version = "2.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 1632c2b

Please sign in to comment.