Skip to content

Commit

Permalink
Auto merge of #10198 - pinkforest:master, r=ehuss
Browse files Browse the repository at this point in the history
Bumps up tar to 0.4.36

Minor changes - All tests pass and some manual tests
  • Loading branch information
bors committed Dec 15, 2021
2 parents a359ce1 + e4f09b6 commit da8dd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_ignored = "0.1.0"
serde_json = { version = "1.0.30", features = ["raw_value"] }
shell-escape = "0.1.4"
strip-ansi-escapes = "0.1.0"
tar = { version = "0.4.35", default-features = false }
tar = { version = "0.4.36", default-features = false }
tempfile = "3.0"
termcolor = "1.1"
toml = "0.5.7"
Expand Down

0 comments on commit da8dd70

Please sign in to comment.