From 4ca950df745f69229be2a9b3721b910b13cd8d2b Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Tue, 3 Sep 2024 14:11:16 -0400 Subject: [PATCH] remove wildcard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acb528f..92d1c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ use_debug = { level = "deny" } [dev-dependencies] criterion = "0.5" -curl = "*" +curl = "0.4" [[example]] name = "round_trip"