Skip to content

Commit

Permalink
Update tar from 0.4.40 to 0.4.42
Browse files Browse the repository at this point in the history
Summary:
Thought this maybe fixed facebook/dotslash#28
but it doesn't, but since I already have the changes, might as well keep
them.

Reviewed By: diliop

Differential Revision: D64220404

fbshipit-source-id: 3495e432d3b8c5aa82bd9fbd6f01877619a32a03
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 11, 2024
1 parent 08f5023 commit cb58bbe
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.40"
tar = "0.4.42"
tempfile = "3.8"
tokio = { version = "1.37.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.125", 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.40"
tar = "0.4.42"
tempfile = "3.8"
toml = "0.8.4"

0 comments on commit cb58bbe

Please sign in to comment.