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 2cc62fb commit f5795aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ cargo_test_utils = { path = "../../../cargo_test_utils" }
ocamlrep = { path = "../.." }
ocamlrep_caml_builtins = { path = "../../../ocamlrep_caml_builtins" }
ocamlrep_ocamlpool = { path = "../../../ocamlrep_ocamlpool" }
tempfile = "3.5"
tempfile = "3.8"
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep_custom/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ anyhow = "=1.0.72"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep_custom = { path = ".." }
ocamlrep_ocamlpool = { path = "../../ocamlrep_ocamlpool" }
tempfile = "3.5"
tempfile = "3.8"
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep_ocamlpool/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ anyhow = "=1.0.72"
cargo_test_utils = { path = "../../cargo_test_utils" }
ocamlrep_ocamlpool = { path = ".." }
once_cell = "1.12"
tempfile = "3.5"
tempfile = "3.8"
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
similar = { version = "2.2.0", features = ["inline"] }
syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
synstructure = "0.12"
tempfile = "3.5"
tempfile = "3.8"
thiserror = "1.0.43"
toml = "0.7.3"
walkdir = "2.3"

0 comments on commit f5795aa

Please sign in to comment.