From c4783f8eed015b032647d08e663917e8d63d48dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 20:17:44 +0000 Subject: [PATCH] Update petgraph requirement from 0.4 to 0.6 Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/0.4.2...0.6.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..a6ae8a3 100644 --- a/cagra/Cargo.toml +++ b/cagra/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0" cauchy = "0.3" [dependencies.petgraph] -version = "0.4" +version = "0.6" features = ["serde-1"] [dependencies.ndarray]