Skip to content

Commit b687388

Browse files
Carlos Fernandezfacebook-github-bot
authored andcommitted
Update crate tempfile 3.15 -> 3.22
Summary: X-link: facebook/dotslash#81 X-link: meta-pytorch/monarch#1202 X-link: facebookincubator/below#8262 Reason: below build is broken. Apparently the code was updated but the dependency was not. Also fix github workflow for Docker, broken here: facebookincubator/below#8251 @public Update crate tempfile 3.15 -> 3.22. Reviewed By: dtolnay Differential Revision: D82367478 fbshipit-source-id: f8588c3e3a7c2ac91b4b54c2d8f784d3185815d9
1 parent b2ef9b5 commit b687388

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ocamlrep/test/test_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cargo_test_utils = { path = "../../../cargo_test_utils" }
2020
ocamlrep = { path = "../.." }
2121
ocamlrep_caml_builtins = { path = "../../../ocamlrep_caml_builtins" }
2222
ocamlrep_ocamlpool = { path = "../../../ocamlrep_ocamlpool" }
23-
tempfile = "3.15"
23+
tempfile = "3.22"

ocamlrep_custom/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ anyhow = "1.0.98"
1919
cargo_test_utils = { path = "../../cargo_test_utils" }
2020
ocamlrep_custom = { path = ".." }
2121
ocamlrep_ocamlpool = { path = "../../ocamlrep_ocamlpool" }
22-
tempfile = "3.15"
22+
tempfile = "3.22"

ocamlrep_marshal/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cargo_test_utils = { path = "../../cargo_test_utils" }
2020
ocamlrep = { path = "../../ocamlrep" }
2121
ocamlrep_marshal = { path = ".." }
2222
ocamlrep_ocamlpool = { path = "../../ocamlrep_ocamlpool" }
23-
tempfile = "3.15"
23+
tempfile = "3.22"

ocamlrep_ocamlpool/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ anyhow = "1.0.98"
1919
cargo_test_utils = { path = "../../cargo_test_utils" }
2020
ocamlrep_ocamlpool = { path = ".." }
2121
once_cell = "1.21"
22-
tempfile = "3.15"
22+
tempfile = "3.22"

0 commit comments

Comments
 (0)