From 353a9467f3374c4fde1da3eb7d14866cd4a1294c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:07:15 +0000 Subject: [PATCH] Update cam-geom requirement from 0.14.0 to 0.15.0 Updates the requirements on [cam-geom](https://github.com/strawlab/cam-geom) to permit the latest version. - [Commits](https://github.com/strawlab/cam-geom/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: cam-geom 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 3a02792..9a56b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ categories = [ [dependencies] nalgebra = { version = "0.32.1", default-features = false, features = ["libm"] } -cam-geom = { version = "0.14.0", default-features = false } +cam-geom = { version = "0.15.0", default-features = false } serde = { version = "1.0", default-features = false, features = [ "derive",