From 784a83776294b8c3b6281eb7bead8a62daaf4fd5 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:04:53 +0100 Subject: [PATCH] Update dependencies. --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 692609b..d7e912f 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -6,8 +6,8 @@ version = "0.0.0" [dev-dependencies] piped = {path = "../piped"} -reqwest = "0.11.4" -tokio = {version = "1.12.0", features = ["macros", "rt-multi-thread"]} +reqwest = "^0.11" +tokio = {version = "1", features = ["macros", "rt-multi-thread"]} [[example]] name = "channel"