From 50fffc3944d7e07bbe248359f1d12f8881eafdfd Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 27 Feb 2025 12:43:35 +0100 Subject: [PATCH] fix --- crates/rattler_conda_types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index b5837d81e..580641364 100644 --- a/crates/rattler_conda_types/Cargo.toml +++ b/crates/rattler_conda_types/Cargo.toml @@ -50,7 +50,7 @@ fs-err = { workspace = true } [dev-dependencies] rand = { workspace = true } insta = { workspace = true, features = ["yaml", "redactions", "toml", "glob", "filters"] } -rattler_package_streaming = { path="../rattler_package_streaming", version = "0.22.28", default-features = false } +rattler_package_streaming = { path = "../rattler_package_streaming", default-features = false, features = ["rustls-tls"] } rstest = { workspace = true } assert_matches = { workspace = true } hex-literal = { workspace = true }