Skip to content

Commit

Permalink
update tar from 0.4.42 to 0.4.43
Browse files Browse the repository at this point in the history
Summary:
`tar` 0.4.43 has a new api to write PAX extensions which is useful for creating
archives that have files with xattrs

Reviewed By: dtolnay

Differential Revision: D65772184

fbshipit-source-id: 8943005613c68dd49dbcf5697fba5fc40bd5a166
  • Loading branch information
vmagro authored and facebook-github-bot committed Nov 11, 2024
1 parent 077666c commit 2e657d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ signal-hook = "0.3"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
slog-term = "2.8"
store = { package = "below-store", version = "0.8.1", path = "store" }
tar = "0.4.42"
tar = "0.4.43"
tempfile = "3.8"
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
uzers = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ render = { package = "below-render", version = "0.8.1", path = "../render" }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.8.1", path = "../store" }
tar = "0.4.42"
tar = "0.4.43"
tempfile = "3.8"
toml = "0.8.4"

0 comments on commit 2e657d8

Please sign in to comment.