From 8da8c16573be6ffd0f6e989f1839dbf72b599ec5 Mon Sep 17 00:00:00 2001 From: prsabahrami Date: Thu, 5 Sep 2024 19:53:07 -0400 Subject: [PATCH] Fix issue --- extractor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/Cargo.toml b/extractor/Cargo.toml index a335285..4765f20 100644 --- a/extractor/Cargo.toml +++ b/extractor/Cargo.toml @@ -12,7 +12,7 @@ rattler_conda_types = "0.27.2" rattler_index = "0.19.24" rattler_lock = "0.22.20" rattler_networking = { version = "0.21.1", default-features = false } -rattler_package_streaming = { version = "0.22.3", default-features = false } +rattler_package_streaming = { version = "0.22.6", default-features = false } rattler_shell = "0.21.6" reqwest = { version = "0.12.5", default-features = false, features = [ "http2",