From e51153b881c7a4fe0faa65c4c7227aceb46056e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:14:32 +0000 Subject: [PATCH] Update cauchy requirement from 0.3 to 0.4 Updates the requirements on [cauchy](https://github.com/rust-math/cauchy) to permit the latest version. - [Release notes](https://github.com/rust-math/cauchy/releases) - [Changelog](https://github.com/rust-math/cauchy/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-math/cauchy/compare/0.3.0...0.4.0) Signed-off-by: dependabot-preview[bot] --- cagra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cagra/Cargo.toml b/cagra/Cargo.toml index 9f5c89a..cd1869f 100644 --- a/cagra/Cargo.toml +++ b/cagra/Cargo.toml @@ -17,7 +17,7 @@ failure = "0.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -cauchy = "0.3" +cauchy = "0.4" [dependencies.petgraph] version = "0.4"