From 75236e5662a0f32bf1bbefe792b79001b6dac900 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 20:13:12 +0000 Subject: [PATCH] Update petgraph requirement from 0.4 to 0.5 Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Commits](https://github.com/petgraph/petgraph/compare/0.4.2...0.5.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 ee5b549..e960aa6 100644 --- a/cagra/Cargo.toml +++ b/cagra/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0" cauchy = "0.2" [dependencies.petgraph] -version = "0.4" +version = "0.5" features = ["serde-1"] [dependencies.ndarray]