Skip to content

Commit

Permalink
Update uom requirement from 0.35 to 0.36
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.35.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent cbc41ed commit 87291f0
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 @@ regex = { version = "1.7", optional = true }
reqwest = { version = "0.11", optional = true }
rust_decimal = { version = "1.33" }
thiserror = { version = "1.0.7" }
uom = { version = "0.35", optional = true, default-features = false, features = ["autoconvert", "si", "std", "f64"] }
uom = { version = "0.36", optional = true, default-features = false, features = ["autoconvert", "si", "std", "f64"] }
urlencoding = { version = "2.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 87291f0

Please sign in to comment.