From 86f6a155f37d8e294303c71b7b8d87b097b1a747 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 11 Apr 2022 15:18:36 -0700 Subject: [PATCH] third-party/rust: Update tempfile to v3.3.0 Reviewed By: jsgf Differential Revision: D35477506 fbshipit-source-id: ef10c8f7548a21c0fb3d83d5debfe2e000657d08 --- reverie-process/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index 46b5485..c3404b2 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -23,4 +23,4 @@ tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } const-cstr = "0.3.0" num_cpus = "1.11" raw-cpuid = "9.0" -tempfile = "3.2" +tempfile = "3.3"