diff --git a/Cargo.toml b/Cargo.toml index 40c1ec3..ac60c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.1", features = ["v4"] } [dev-dependencies] # Async -rand = "0.8.4" +rand = "0.10.0" rustc-hex = "2.1" serde_test = "1.0" tokio = { version = "1.12.0", features = ["full"] }