Skip to content

Commit 07d16ea

Browse files
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](composefs/tar-rs@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] <support@github.com>
1 parent b5b2d54 commit 07d16ea

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rawzip = { version = "0.4.3", optional = true }
4242
gix-error = { version = "^0.2.4", path = "../gix-error" }
4343
bstr = { version = "1.12.0", default-features = false }
4444

45-
tar = { version = "0.4.38", optional = true }
45+
tar = { version = "0.4.46", optional = true }
4646

4747
document-features = { version = "0.2.0", optional = true }
4848

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fs_extra = "1.2.0"
4242
parking_lot = { version = "0.12.4" }
4343
is_ci = "1.1.1"
4444
io-close = "0.3.7"
45-
tar = { version = "0.4.38", default-features = false }
45+
tar = { version = "0.4.46", default-features = false }
4646
xz2 = { version = "0.1.6", optional = true }
4747

4848
document-features = { version = "0.2.1", optional = true }

0 commit comments

Comments
 (0)