From 1dedd9c3bb4a3368f1b413ec36e9448c8d7b4b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:57:30 +0200 Subject: [PATCH] Update r2r requirement from 0.7.5 to 0.8.0 (#11) Updates the requirements on [r2r](https://github.com/sequenceplanner/r2r) to permit the latest version. - [Commits](https://github.com/sequenceplanner/r2r/compare/0.7.5...0.8.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> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4544a23..044627c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ num-traits = "0.2.15" fallible-iterator = "0.3.0" rosrust_msg = { version = "0.1", optional = true } rosrust = { version = "0.9.11", optional = true } -r2r = { version = "0.7.5", optional = true } +r2r = { version = "0.8.0", optional = true } [features] rosrust_msg = ["dep:rosrust_msg", "dep:rosrust"]