diff options
author | Andres Suarez <asuarez@meta.com> | 2024-10-10 21:17:46 -0700 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2024-10-10 21:17:46 -0700 |
commit | cb58bbe16c498207efce689aec00e72705c7d0ae (patch) | |
tree | fba7bf2a1ba216470695e1615540dd53c4bff1e9 | |
parent | 08f5023d0c36e0ba80e7ade80017a365a0287d9c (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.toml | 2 | ||||
-rw-r--r-- | below/dump/Cargo.toml | 2 |
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" |