fix(ci): downgrade string_cache, string_cache_codegen and openssl crates (#12613)

This commit is contained in:
Lucas Fernandes Nogueira
2025-02-04 08:00:43 -03:00
committed by GitHub
parent f72d0e18eb
commit 73267dcfc1
2 changed files with 3 additions and 2 deletions

View File

@@ -94,6 +94,9 @@ jobs:
cargo update -p ignore --precise 0.4.18
cargo update -p tree_magic_mini --precise 3.0.3
cargo update -p native-tls --precise 0.2.11
cargo update -p string_cache --precise 0.8.7
cargo update -p string_cache_codegen --precise 0.5.2
cargo update -p openssl --precise 0.10.68
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
uses: dtolnay/rust-toolchain@master

View File

@@ -1104,8 +1104,6 @@ fn copy_files_and_run(
// └── ...
#[cfg(target_os = "macos")]
fn copy_files_and_run(bytes: &[u8], extract_path: &Path) -> Result {
let mut extracted_files: Vec<PathBuf> = Vec::new();
let archive = Cursor::new(bytes);
// extract the buffer to the tmp_dir