From c73e02312b24e6ee4d7bb2e128b19794a9314542 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Sat, 21 Oct 2023 12:15:21 -0700 Subject: [PATCH] [third-party/rust] Require at least tempfile-0.3.8 Test Plan: n/a Reviewed By: shayne-fletcher Differential Revision: D50529920 fbshipit-source-id: 444774ef543c2d0b4cd8e3d82cf4addf1435e6ca --- antlir/util/cli/json_arg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antlir/util/cli/json_arg/Cargo.toml b/antlir/util/cli/json_arg/Cargo.toml index ed63a17e25..3f1b6f3f4c 100644 --- a/antlir/util/cli/json_arg/Cargo.toml +++ b/antlir/util/cli/json_arg/Cargo.toml @@ -23,4 +23,4 @@ toml = "0.7.3" [dev-dependencies] clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } similar-asserts = "1.4.2" -tempfile = "3.5" +tempfile = "3.8"