From 67a5879ad25143f925a6556e8b7cc017ec84caec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:16:55 +0200 Subject: [PATCH] Update r2r requirement from 0.8.4 to 0.9.0 (#22) Updates the requirements on [r2r](https://github.com/sequenceplanner/r2r) to permit the latest version. - [Commits](https://github.com/sequenceplanner/r2r/compare/0.8.4...0.9.0) --- updated-dependencies: - dependency-name: r2r dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rpcl2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcl2/Cargo.toml b/rpcl2/Cargo.toml index 63e3d4b..d79577b 100644 --- a/rpcl2/Cargo.toml +++ b/rpcl2/Cargo.toml @@ -33,7 +33,7 @@ rust-version = "1.63" [dependencies] rosrust_msg = { version = "0.1", optional = true } rosrust = { version = "0.9.11", optional = true } -r2r = { version = "0.8.4", optional = true } +r2r = { version = "0.9.0", optional = true } rayon = { version = "1", optional = true } nalgebra = { version = "0.32.5", optional = true, default-features = false } rpcl2-derive = { version = "0.2.0", optional = true, path = "../rpcl2-derive" }