From c5f1802c1ccf6af335ea93f57c8e372ec3fbc7a7 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Sat, 13 Jun 2020 12:43:19 +0300 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19f1313be..1bcc3d888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ libc = "0.2.44" lz4-sys = { path = "lz4-sys", version = "1.9.2" } [dev-dependencies] -rand = "0.6.1" +rand = "0.7" docmatic = "0.1"