From 334e7fe78c808b861df3fd03d1fa436219f4b893 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 17:33:31 +0800 Subject: [PATCH] Update dev dependencies --- influxdb/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/influxdb/Cargo.toml b/influxdb/Cargo.toml index fec3c09..b493516 100644 --- a/influxdb/Cargo.toml +++ b/influxdb/Cargo.toml @@ -41,6 +41,6 @@ reqwest-client-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"] wasm-client = ["surf", "surf/wasm-client"] [dev-dependencies] -async-std = { version = "1.6.5", features = ["attributes", "tokio02", "tokio1"] } -indoc = "1.0" +async-std = { version = "1.13.0", features = ["attributes", "tokio02", "tokio1"] } +indoc = "2.0" tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }