From bbe910896fc163455691256aff00e41673c9a27f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 11:27:26 +0000 Subject: [PATCH] Update oping requirement from 0.3.3 to 0.4.0 Updates the requirements on [oping](https://github.com/cfallin/rust-oping) to permit the latest version. - [Release notes](https://github.com/cfallin/rust-oping/releases) - [Commits](https://github.com/cfallin/rust-oping/commits) 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 659ba7c..f4bc624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/joedborg/ripping" readme = "README.md" [dependencies] -oping = "0.3.3" +oping = "0.4.0" clap = "2.32.0" cast = "0.2.2" textplots = "0.5.0"