mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Update tempfile from 3.4 to 3.5
Reviewed By: quark-zju Differential Revision: D44524245 fbshipit-source-id: 167471d01b0afbbc34ced88574dbfb09799aadf6
This commit is contained in:
parent
f1d651f422
commit
9e481229b3
2 changed files with 2 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue