Skip to content

Commit 61c8f43

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Bump tempfile 3.26.0 -> 3.27.0
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: jlwass Differential Revision: D98158292 fbshipit-source-id: 0787183bd1487c7557ee50a22b47a06aa0b07af6
1 parent ca35315 commit 61c8f43

54 files changed

Lines changed: 60 additions & 60 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eden/mononoke/blobstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ memblob = { version = "0.1.0", path = "memblob" }
4040
mononoke_macros = { version = "0.1.0", path = "../common/mononoke_macros" }
4141
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
4242
sqlblob = { version = "0.1.0", path = "sqlblob" }
43-
tempfile = "3.26.0"
43+
tempfile = "3.27.0"

eden/mononoke/blobstore/fileblob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context"
1515
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
1616
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
1717
percent-encoding = "2.1"
18-
tempfile = "3.26.0"
18+
tempfile = "3.27.0"
1919
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
2020
walkdir = "2.3"
2121

eden/mononoke/common/rust/sql_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ metadata = { version = "0.1.0", path = "../../metadata" }
5858
mononoke_macros = { version = "0.1.0", path = "../../mononoke_macros" }
5959
pretty_assertions = { version = "1.4.1", features = ["alloc"], default-features = false }
6060
sql_tests_lib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
61-
tempfile = "3.26.0"
61+
tempfile = "3.27.0"

eden/mononoke/git/packfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ gix-features = { version = "0.42.1", features = ["parallel"] }
3434
gix-object = "0.49.1"
3535
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
3636
quickcheck = "1.0"
37-
tempfile = "3.26.0"
37+
tempfile = "3.27.0"

eden/mononoke/git/protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity
4848
rustc-hash = "2.1.1"
4949
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
5050
sha1 = "0.10.5"
51-
tempfile = "3.26.0"
51+
tempfile = "3.27.0"
5252
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
5353
tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
5454
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

eden/mononoke/metaconfig/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ maplit = "1.0"
3333
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
3434
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
3535
pretty_assertions = { version = "1.4.1", features = ["alloc"], default-features = false }
36-
tempfile = "3.26.0"
36+
tempfile = "3.27.0"

eden/mononoke/mononoke_api_hg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../../scm/lib/clientinfo" }
5757
scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" }
5858
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
5959
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
60-
tempfile = "3.26.0"
60+
tempfile = "3.27.0"
6161
test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" }
6262
tests_utils = { version = "0.1.0", path = "../tests/utils" }
6363
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }

eden/mononoke/repo_attributes/restricted_paths/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ repo_blobstore = { version = "0.1.0", path = "../repo_blobstore" }
4949
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
5050
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
5151
strum = { version = "0.27.1", features = ["derive"] }
52-
tempfile = "3.26.0"
52+
tempfile = "3.27.0"
5353
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
5454
tests_utils = { version = "0.1.0", path = "../../tests/utils" }

eden/mononoke/tools/testtool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
4242

4343
[dev-dependencies]
4444
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
45-
tempfile = "3.26.0"
45+
tempfile = "3.27.0"

eden/scm/lib/atomicfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ name = "atomicfile"
1515

1616
[dependencies]
1717
fs-err = { version = "3.3.0", features = ["tokio"] }
18-
tempfile = "3.26.0"
18+
tempfile = "3.27.0"
1919
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

0 commit comments

Comments
 (0)