From 75f9eae5ddb80ccb25b64237f7ceb4bea79e3c98 Mon Sep 17 00:00:00 2001 From: pennae Date: Sat, 4 Feb 2023 01:00:45 +0100 Subject: update dependencies a few were vulnerable according to cargo-audit, but none of it would've mattered for us (probably). time is still vulnerable, but that really doesn't matter. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 246e51c..43a3499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ features = ["hyper-client"] [dev-dependencies] hex-literal = "0.3.4" +tokio = { version = "1", features = [ "process" ] } [profile.dev.package.scrypt] # avoid tests taking a huge amount of time due to unoptimized scrypt -- cgit v1.2.3