From edcda6aa1e7ad618243c3105879e1cda156b0ac5 Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Tue, 23 May 2023 14:17:51 +0200 Subject: [PATCH] chore: update rand to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0e32a02..81f61d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ futures = { version = "0.3", optional = true } futures-test = { version = "0.3", optional = true } lazy_static = "1" libc = "0.2.12" -rand = "0.7" +rand = "0.8" serde = { version = "1.0", features = ["rc"] } tempfile = "3" uuid = { version = "1", features = ["v4"] }