From c04787802afc18310482392c00d4b00cb9469bbe Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 7 Jan 2025 15:02:59 +0100 Subject: [PATCH] No wildcard in dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cafd8c3..8a652536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ auto-args = "0.3.0" serde = { version = "1.0.204", features = ["std", "derive"] } assert_no_alloc = "1.1.2" # Enable aws-lc-rs for tests so we can demonstrate using ureq without compiling ring. -rustls = { version = "*", features = ["aws-lc-rs"] } +rustls = { version = "0.23", features = ["aws-lc-rs"] } [[example]] name = "cureq"