From d41aa0bdc5c7059e1dd832a874ddc2b5f764e432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:28:14 +0000 Subject: [PATCH] Update uom requirement from 0.37.0 to 0.38.0 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.37.0...v0.38.0) --- updated-dependencies: - dependency-name: uom dependency-version: 0.38.0 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 2e84529..b0e957d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ thiserror = "2.0.17" toml = "0.9.8" tracing = "0.1.44" unic-langid = { version = "0.9.6", features = ["macros"] } -uom = "0.37.0" +uom = "0.38.0" url = { version = "2.5.7", features = ["serde"] } urlencoding = "2.1.3" # maplit = "1.0.2"