Skip to content

Commit

Permalink
Update tar from 0.4.38 to 0.4.40
Browse files Browse the repository at this point in the history
Summary:
Update includes [alexcrichton/tar-rs#289], so we can unfork.

[alexcrichton/tar-rs#289]: alexcrichton/tar-rs#289

Reviewed By: diliop, shayne-fletcher

Differential Revision: D48230634

fbshipit-source-id: 2c3ff2ff01c8857f3f4e2e06b2688f739bcedb2c
  • Loading branch information
zertosh authored and facebook-github-bot committed Aug 10, 2023
1 parent 8391008 commit 8004a1e
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 @@ -42,7 +42,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.7.1", path = "store" }
tar = "0.4.38"
tar = "0.4.40"
tempdir = "0.3"
users = "0.11"
view = { package = "below-view", version = "0.7.1", path = "view" }
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.7.1", path = "../render" }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.7.1", path = "../store" }
tar = "0.4.38"
tar = "0.4.40"
tempdir = "0.3"
toml = "0.7.3"

0 comments on commit 8004a1e

Please sign in to comment.