From 4cbf0d86fdd3f9bc5908c9df3829c10c3a0621ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 20 Dec 2020 15:23:35 +0100 Subject: [PATCH] Upgrade the simplelog dev-dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41bf345..5f5b258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ nom = "6.0" pretty-hex = "0.2" [dev-dependencies] -simplelog = "0.8" +simplelog = "0.9" [[example]] name = "counter"