mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
third-party/rust: update tempfile to 3.4
Summary: Removes need for patch. It had already been updated to 3.4 but this just formalizes it. Reviewed By: jasonwhite Differential Revision: D44274378 fbshipit-source-id: d17ecbbee06c7df30f689eb859fb31fdf07d8d44
This commit is contained in:
parent
e7cdd0db8d
commit
f51250f09c
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.3"
|
||||
tempfile = "3.4"
|
||||
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.3"
|
||||
tempfile = "3.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue