From 7c29addbc154ad1ab91b553f076a17ec682ecfa0 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 16:20:31 +0800 Subject: [PATCH] Update dev dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 516aa46..f030059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ curl = { version = "0.4.0", optional = true } [dev-dependencies] hex = "0.4" hmac = "0.12" -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.10", features = ["v4"] } anyhow = "1.0" tokio = { version = "1.0", features = ["full"] } -async-std = "1.6.3" +async-std = "1.13"