From 22b3cf5a4b8ab15b176791860c91bcb3a06bc019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:54:30 +0000 Subject: [PATCH] Bump tar from 0.4.45 to 0.4.46 Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/pyrefly_bundled/Cargo.toml | 4 ++-- pyrefly_wasm/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ddb4e0150..c1f8031c0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3021,9 +3021,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/crates/pyrefly_bundled/Cargo.toml b/crates/pyrefly_bundled/Cargo.toml index d69aacedff..733b165920 100644 --- a/crates/pyrefly_bundled/Cargo.toml +++ b/crates/pyrefly_bundled/Cargo.toml @@ -12,10 +12,10 @@ build = "build.rs" [dependencies] anyhow = "1.0.102" starlark_map = "0.13.0" -tar = "0.4.45" +tar = "0.4.46" zstd = "0.13" [build-dependencies] sha2 = "0.10.6" -tar = "0.4.45" +tar = "0.4.46" zstd = { version = "0.13.3", features = ["experimental", "zstdmt"] } diff --git a/pyrefly_wasm/Cargo.toml b/pyrefly_wasm/Cargo.toml index 7149003fde..356fe5b4ef 100644 --- a/pyrefly_wasm/Cargo.toml +++ b/pyrefly_wasm/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" crate-type = ["cdylib", "rlib"] [build-dependencies] -tar = "0.4.44" +tar = "0.4.46" zstd = { version = "0.13" } [dependencies]