From 9e481229b3ff4c9668a3ad807528a488ee4e70b9 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Thu, 30 Mar 2023 17:11:37 -0700 Subject: [PATCH] Update tempfile from 3.4 to 3.5 Reviewed By: quark-zju Differential Revision: D44524245 fbshipit-source-id: 167471d01b0afbbc34ced88574dbfb09799aadf6 --- experimental/reverie-host/Cargo.toml | 2 +- reverie-process/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/reverie-host/Cargo.toml b/experimental/reverie-host/Cargo.toml index 56f91ae..9f66247 100644 --- a/experimental/reverie-host/Cargo.toml +++ b/experimental/reverie-host/Cargo.toml @@ -13,5 +13,5 @@ dirs = "2.0" reverie-process = { version = "0.1.0", path = "../../reverie-process" } reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" } serde = { version = "1.0.136", features = ["derive", "rc"] } -tempfile = "3.4" +tempfile = "3.5" tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] } diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index 177bcc9..187fd46 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] } const-cstr = "0.3.0" num_cpus = "1.11" raw-cpuid = "10.6.0" -tempfile = "3.4" +tempfile = "3.5" [features] default = []