From f1052c78a160991452218b0e5a61c0aafc68cc5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:17:54 +0000 Subject: [PATCH] Update nalgebra requirement from 0.18 to 0.19 Updates the requirements on [nalgebra](https://github.com/rustsim/nalgebra) to permit the latest version. - [Release notes](https://github.com/rustsim/nalgebra/releases) - [Changelog](https://github.com/rustsim/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/rustsim/nalgebra/compare/v0.18.0...v0.19.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5c7c84..8f0878b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] clap = "2.33" -nalgebra = "0.18" +nalgebra = "0.19" order-stat = "0.1" users = "0.9" wifiscanner = "0.5"