Skip to content

Commit 545c958

Browse files
Bump tar from 0.4.44 to 0.4.45
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45. - [Commits](alexcrichton/tar-rs@0.4.44...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e47e0f commit 545c958

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -40,7 +40,7 @@ rawzip = { version = "0.4.3", optional = true }
4040
gix-error = { version = "^0.2.0", path = "../gix-error" }
4141
bstr = { version = "1.12.0", default-features = false }
4242

43-
tar = { version = "0.4.38", optional = true }
43+
tar = { version = "0.4.45", optional = true }
4444

4545
document-features = { version = "0.2.0", optional = true }
4646

tests/tools/Cargo.toml

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

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

0 commit comments

Comments
 (0)