From ce2bc1f13e3e6049f2b8f87467ffe495378295b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:35:33 +0000 Subject: [PATCH] Bump tar from 0.4.40 to 0.4.45 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.40 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- pineappl_cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 688e66fc2..9777fcf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/pineappl_cli/Cargo.toml b/pineappl_cli/Cargo.toml index 37eaa7556..af1355d3a 100644 --- a/pineappl_cli/Cargo.toml +++ b/pineappl_cli/Cargo.toml @@ -37,7 +37,7 @@ prettytable-rs = { default-features = false, features = ["win_crlf"], version = rayon = "1.5.1" serde = { features = ["derive"], optional = true, version = "1.0.130" } serde_yaml = { optional = true, version = "0.9.13" } -tar = { default-features = false, optional = true, version = "0.4.38" } +tar = { default-features = false, optional = true, version = "0.4.45" } [dev-dependencies] assert_cmd = "2.0.2"