Skip to content

Commit

Permalink
Require at least tempfile-0.3.8
Browse files Browse the repository at this point in the history
Reviewed By: shayne-fletcher

Differential Revision: D50529920

fbshipit-source-id: 444774ef543c2d0b4cd8e3d82cf4addf1435e6ca
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 21, 2023
1 parent ce2758b commit 730e0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/reverie-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.185", features = ["derive", "rc"] }
tempfile = "3.5"
tempfile = "3.8"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion reverie-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
const-cstr = "0.3.0"
num_cpus = "1.16"
raw-cpuid = "10.6.0"
tempfile = "3.5"
tempfile = "3.8"

[features]
default = []
Expand Down

0 comments on commit 730e0d2

Please sign in to comment.