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]