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"