From f80b8e3d5c8b2ebe76a7fea4e0358a6c0e1b1075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 02:56:48 +0000 Subject: [PATCH] Update uom requirement from 0.35 to 0.36 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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: uom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d5db47..6b9b0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]