summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Suarez <asuarez@meta.com>2024-10-10 21:17:46 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-10-10 21:17:46 -0700
commitcb58bbe16c498207efce689aec00e72705c7d0ae (patch)
treefba7bf2a1ba216470695e1615540dd53c4bff1e9
parent08f5023d0c36e0ba80e7ade80017a365a0287d9c (diff)
Update tar from 0.4.40 to 0.4.42
Summary: Thought this maybe fixed https://github.com/facebook/dotslash/pull/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
-rw-r--r--below/Cargo.toml2
-rw-r--r--below/dump/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 475f23f5..f738d513 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -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"
diff --git a/below/dump/Cargo.toml b/below/dump/Cargo.toml
index fd14dbd0..28494752 100644
--- a/below/dump/Cargo.toml
+++ b/below/dump/Cargo.toml
@@ -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"