From b680834845b761836e75efe232614ab3824a934b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:57:54 +1000 Subject: [PATCH] Update mathru requirement from ^0.12.0 to ^0.13.0 in /orca (#842) Updates the requirements on [mathru](https://gitlab.com/matthiaseiholzer/mathru) to permit the latest version. - [Release notes](https://gitlab.com/matthiaseiholzer/mathru/tags) - [Changelog](https://gitlab.com/matthiaseiholzer/mathru/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/matthiaseiholzer/mathru/commits/main) --- updated-dependencies: - dependency-name: mathru dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- orca/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orca/Cargo.toml b/orca/Cargo.toml index a55df4c88..d36f524a0 100644 --- a/orca/Cargo.toml +++ b/orca/Cargo.toml @@ -42,7 +42,7 @@ ldap3_proto = "^0.2.3" crossbeam = "0.8.1" -mathru = "^0.12.0" +mathru = "^0.13.0" dialoguer = "0.10.1"