From 07b3079447cd12d0d4409c2de29239d05a1125f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:29:44 +0000 Subject: [PATCH] Update uom requirement from 0.34.0 to 0.35.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.34.0...v0.35.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 e3120a4..faeafbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tlegen = ["dep:argmin", "dep:argmin-math"] [dependencies] chrono = { version="0.4.23", default-features=false } thiserror = "1.0" -uom = "0.34.0" +uom = "0.35.0" argmin = { version = "0.8.1", optional = true } argmin-math = { version = "0.3.0", features = ["ndarray_latest-serde", "nalgebra_latest-serde"], optional = true }