Update tempfile from 3.4 to 3.5

Reviewed By: quark-zju

Differential Revision: D44524245

fbshipit-source-id: 167471d01b0afbbc34ced88574dbfb09799aadf6
This commit is contained in:
Andres Suarez 2023-03-30 17:11:37 -07:00 committed by Facebook GitHub Bot
parent 369a32adce
commit c50f383869
35 changed files with 37 additions and 37 deletions

View File

@ -39,7 +39,7 @@ uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
[dev-dependencies]
rand = { version = "0.8", features = ["small_rng"] }
serde_test = "1.0"
tempfile = "3.4"
tempfile = "3.5"
[target.'cfg(target_os = "macos")'.dependencies]
nix = "0.25"

View File

@ -16,7 +16,7 @@ tracing = "0.1.35"
tracing-subscriber = { version = "0.3.16", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
[target.'cfg(target_os = "windows")'.dependencies]
edenfs-utils = { version = "0.1.0", path = "../edenfs-utils" }

View File

@ -129,7 +129,7 @@ sql_construct = { version = "0.1.0", path = "common/sql_construct" }
sql_ext = { version = "0.1.0", path = "common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "blobstore/sqlblob" }
streaming_clone = { version = "0.1.0", path = "repo_client/streaming_clone" }
tempfile = "3.4"
tempfile = "3.5"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
toml = "=0.5.8"

View File

@ -14,7 +14,7 @@ blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
percent-encoding = "2.1"
tempfile = "3.4"
tempfile = "3.5"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
walkdir = "2.3"

View File

@ -74,7 +74,7 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tempfile = "3.4"
tempfile = "3.5"
thiserror = "1.0.36"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

View File

@ -7,5 +7,5 @@ edition = "2021"
license = "MIT"
[dependencies]
tempfile = "3.4"
tempfile = "3.5"
tracing = "0.1.35"

View File

@ -24,4 +24,4 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep
[dev-dependencies]
minibench = { version = "0.1.0", path = "../minibench" }
tempfile = "3.4"
tempfile = "3.5"

View File

@ -36,5 +36,5 @@ workingcopy = { version = "0.1.0", path = "../workingcopy" }
async-trait = "0.1.58"
manifest-tree = { version = "0.1.0", path = "../manifest-tree", features = ["for-tests"] }
quickcheck = "1.0"
tempfile = "3.4"
tempfile = "3.5"
walkdir = "2.3"

View File

@ -21,4 +21,4 @@ util = { version = "0.1.0", path = "../util" }
vfs = { version = "0.1.0", path = "../vfs" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -37,7 +37,7 @@ thiserror = "1.0.36"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
[features]
default = []

View File

@ -32,7 +32,7 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep
serde_urlencoded = { version = "0.7", optional = true }
sha2 = { version = "0.10.6", optional = true }
staticconfig = { version = "0.1.0", path = "../static" }
tempfile = { version = "3.4", optional = true }
tempfile = { version = "3.5", optional = true }
tracing = "0.1.35"
types = { version = "0.1.0", path = "../../types", optional = true }
unionconfig = { version = "0.1.0", path = "../union" }
@ -47,7 +47,7 @@ minibench = { version = "0.1.0", path = "../../minibench" }
once_cell = "1.12"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
tempdir = "0.3"
tempfile = "3.4"
tempfile = "3.5"
[features]
default = []

View File

@ -24,7 +24,7 @@ nonblocking = { version = "0.1.0", path = "../nonblocking" }
rand = { version = "0.8", features = ["small_rng"] }
renderdag = { version = "0.1.0", path = "../renderdag", optional = true }
serde = { version = "1.0.136", features = ["derive", "rc"] }
tempfile = { version = "3.4", optional = true }
tempfile = { version = "3.5", optional = true }
thiserror = "1.0.36"
tracing = "0.1.35"
vlqencoding = { version = "0.1.0", path = "../vlqencoding" }
@ -37,7 +37,7 @@ indexedlog = { version = "0.1.0", path = "../indexedlog" }
once_cell = "1.12"
quickcheck = "1.0"
renderdag = { version = "0.1.0", path = "../renderdag" }
tempfile = "3.4"
tempfile = "3.5"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
[features]

View File

@ -12,4 +12,4 @@ dag = { version = "0.1.0", path = ".." }
mincode = { version = "0.1.0", path = "../../mincode" }
minibench = { version = "0.1.0", path = "../../minibench" }
nonblocking = { version = "0.1.0", path = "../../nonblocking" }
tempfile = "3.4"
tempfile = "3.5"

View File

@ -10,5 +10,5 @@ license = "GPL-2.0-only"
dag = { version = "0.1.0", path = ".." }
drawdag = { version = "0.1.0", path = "../../drawdag" }
nonblocking = { version = "0.1.0", path = "../../nonblocking" }
tempfile = "3.4"
tempfile = "3.5"
vlqencoding = { version = "0.1.0", path = "../../vlqencoding" }

View File

@ -17,4 +17,4 @@ tracing = "0.1.35"
url = "2.2.2"
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -28,5 +28,5 @@ tracing = "0.1.35"
zstore = { version = "0.1.0", path = "../zstore" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }

View File

@ -10,4 +10,4 @@ glob = "0.3"
tracing = "0.1.35"
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -13,7 +13,7 @@ parking_lot = { version = "0.11.2", features = ["send_guard"] }
tracing = "0.1.35"
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
[features]
default = []

View File

@ -28,7 +28,7 @@ memmap2 = "0.5.10"
minibytes = { version = "0.1.0", path = "../minibytes" }
once_cell = "1.12"
rand = { version = "0.8", features = ["small_rng"] }
tempfile = "3.4"
tempfile = "3.5"
tracing = "0.1.35"
twox-hash = "1.6.1"
vlqencoding = { version = "0.1.0", path = "../vlqencoding" }

View File

@ -23,4 +23,4 @@ zstore = { version = "0.1.0", path = "../zstore" }
quickcheck = "1.0"
rand_chacha = "0.3"
rand_core = "0.6"
tempfile = "3.4"
tempfile = "3.5"

View File

@ -14,5 +14,5 @@ types = { version = "0.1.0", path = "../types" }
[dev-dependencies]
quickcheck = "1.0"
tempfile = "3.4"
tempfile = "3.5"
types = { version = "0.1.0", path = "../types", features = ["for-tests"], default-features = false }

View File

@ -18,4 +18,4 @@ types = { version = "0.1.0", path = "../types" }
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -34,7 +34,7 @@ vfs = { version = "0.1.0", path = "../vfs" }
workingcopy = { version = "0.1.0", path = "../workingcopy" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
[features]
default = []

View File

@ -15,4 +15,4 @@ tracing = "0.1.35"
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -47,7 +47,7 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep
sha1 = "0.10.5"
sha2 = "0.10.6"
storemodel = { version = "0.1.0", path = "../storemodel" }
tempfile = "3.4"
tempfile = "3.5"
thiserror = "1.0.36"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

View File

@ -21,4 +21,4 @@ util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
anyhow = "1.0.65"
tempfile = "3.4"
tempfile = "3.5"

View File

@ -21,4 +21,4 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -9,7 +9,7 @@ edition = "2021"
libc = "0.2.139"
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["everything"] }

View File

@ -22,7 +22,7 @@ regex = "1.6.0"
scopeguard = "1.0.0"
serde = { version = "1.0.136", features = ["derive", "rc"] }
smallvec = { version = "1.6.1", default-features = false }
tempfile = "3.4"
tempfile = "3.5"
terminfo = "0.7"
termwiz = { version = "0.18", features = ["widgets"] }
thiserror = "1.0.36"

View File

@ -16,4 +16,4 @@ tracing-serde = "0.1.3"
tracing-subscriber = { version = "0.3.16", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -28,4 +28,4 @@ pretty_assertions = { version = "1.2", features = ["alloc"], default-features =
quickcheck = "1.0"
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = "0.3"
tempfile = "3.4"
tempfile = "3.5"

View File

@ -16,7 +16,7 @@ libc = "0.2.139"
once_cell = "1.12"
rand = { version = "0.8", features = ["small_rng"] }
shellexpand = "2.1.2"
tempfile = "3.4"
tempfile = "3.5"
thiserror = "1.0.36"
[dev-dependencies]

View File

@ -21,4 +21,4 @@ types = { version = "0.1.0", path = "../types" }
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]
tempfile = "3.4"
tempfile = "3.5"

View File

@ -39,7 +39,7 @@ watchman_client = { version = "0.8.0", git = "https://github.com/facebook/watchm
[dev-dependencies]
async-trait = "0.1.58"
tempdir = "0.3"
tempfile = "3.4"
tempfile = "3.5"
[features]
eden = ["edenfs_client", "thrift-types"]

View File

@ -20,4 +20,4 @@ zstdelta = { version = "0.1.0", path = "../zstdelta" }
[dev-dependencies]
quickcheck = "1.0"
tempfile = "3.4"
tempfile = "3.5"