Skip to content

Commit da11dbb

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump tempfile 3.24.0 -> 3.26.0
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D95908181 fbshipit-source-id: 5c42884ce694113aae9b9cf9f556fde6d4314121
1 parent dcb7d6c commit da11dbb

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

hphp/hack/src/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hphp/hack/src/depgraph/cargo/human_readable_dep_map/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ hash = { version = "0.0.0", path = "../../../utils/hash" }
1818
typing_deps_hash = { version = "0.0.0", path = "../../../deps/cargo/typing_deps_hash" }
1919

2020
[dev-dependencies]
21-
tempfile = "3.22"
21+
tempfile = "3.26.0"

hphp/hack/src/hackc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sem_diff = { version = "0.0.0", path = "sem_diff" }
6161
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
6262
shallow_decl_provider = { version = "0.0.0", path = "../hackrs/shallow_decl_provider/cargo/shallow_decl_provider" }
6363
strum = { version = "0.27.1", features = ["derive"] }
64-
tempfile = "3.22"
64+
tempfile = "3.26.0"
6565
textual = { version = "0.0.0", path = "ir/conversions/textual/cargo/textual" }
6666
thiserror = "2.0.18"
6767
ty = { version = "0.0.0", path = "../hackrs/ty/cargo/ty" }

hphp/hack/src/hackrs/cargo/decl_file_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ hhi = { version = "0.0.0", path = "../../../hhi/rust" }
2121
jwalk = "0.8.1"
2222
oxidized = { version = "0.0.0", path = "../../../oxidized" }
2323
pos = { version = "0.0.0", path = "../../pos/cargo/pos" }
24-
tempfile = "3.22"
24+
tempfile = "3.26.0"
2525
ty = { version = "0.0.0", path = "../../ty/cargo/ty" }

hphp/hack/src/hackrs/cargo/decl_folded_class_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ oxidized = { version = "0.0.0", path = "../../../oxidized" }
2828
pos = { version = "0.0.0", path = "../../pos/cargo/pos" }
2929
rayon = "1.11.0"
3030
relative_path = { version = "0.0.0", path = "../../../utils/rust/relative_path" }
31-
tempfile = "3.22"
31+
tempfile = "3.26.0"
3232
ty = { version = "0.0.0", path = "../../ty/cargo/ty" }

hphp/hack/src/hackrs/file_provider/cargo/file_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ path = "../../file_provider.rs"
1414
anyhow = "1.0.102"
1515
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
1616
pos = { version = "0.0.0", path = "../../../pos/cargo/pos" }
17-
tempfile = "3.22"
17+
tempfile = "3.26.0"

hphp/hack/src/hackrs/hackrs_test/cargo/hackrs_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ oxidized = { version = "0.0.0", path = "../../../../oxidized" }
2727
pos = { version = "0.0.0", path = "../../../pos/cargo/pos" }
2828
relative_path = { version = "0.0.0", path = "../../../../utils/rust/relative_path" }
2929
shallow_decl_provider = { version = "0.0.0", path = "../../../shallow_decl_provider/cargo/shallow_decl_provider" }
30-
tempfile = "3.22"
30+
tempfile = "3.26.0"
3131
ty = { version = "0.0.0", path = "../../../ty/cargo/ty" }

hphp/hack/src/hh_naming_table_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ rayon = "1.11.0"
2929
relative_path = { version = "0.0.0", path = "../utils/rust/relative_path" }
3030
si_addendum = { version = "0.0.0", path = "../utils/cargo/si_addendum" }
3131
slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] }
32-
tempfile = "3.22"
32+
tempfile = "3.26.0"

hphp/hack/src/utils/cargo/hh24_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hh24_types = { version = "0.0.0", path = "../../hh24_types" }
1717
names = { version = "0.0.0", path = "../../../naming/names_rust" }
1818
oxidized = { version = "0.0.0", path = "../../../oxidized" }
1919
relative_path = { version = "0.0.0", path = "../../rust/relative_path" }
20-
tempfile = "3.22"
20+
tempfile = "3.26.0"
2121

2222
[dev-dependencies]
2323
maplit = "1.0"

hphp/hack/src/utils/hh_slog/cargo/locked_file_drain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ slog-json = "2.6.1"
1717

1818
[dev-dependencies]
1919
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
20-
tempfile = "3.22"
20+
tempfile = "3.26.0"

0 commit comments

Comments
 (0)