diff --git a/Cargo.toml b/Cargo.toml index d64ce14325b..003f7848619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ criterion = "0.3" lazy_static = "1.4" serial_test = "0.5" compiler-test-derive = { path = "tests/lib/compiler-test-derive" } -tempfile = "3.4.0" +tempfile = "3.6.0" # For logging tests using the `RUST_LOG=debug` when testing test-log = { version = "0.2", default-features = false, features = ["trace"] } tracing = { version = "0.1", default-features = false, features = ["log"] } diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index 071d8ffa482..e30526f0f3f 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -60,7 +60,7 @@ winapi = "0.3" # - Development Dependencies for `sys`. [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] wat = "1.0" -tempfile = "3.4.0" +tempfile = "3.6.0" anyhow = "1.0" macro-wasmer-universal-test = { version = "4.0.0", path = "./macro-wasmer-universal-test" } diff --git a/lib/cache/Cargo.toml b/lib/cache/Cargo.toml index 2e9f0e80774..1fddc0f7f0c 100644 --- a/lib/cache/Cargo.toml +++ b/lib/cache/Cargo.toml @@ -20,7 +20,7 @@ blake3 = "1.0" [dev-dependencies] criterion = "0.3" -tempfile = "3.4.0" +tempfile = "3.6.0" rand = "0.8.3" wasmer = { path = "../api", version = "=4.0.0", default-features = false, features = ["sys", "cranelift"] } wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.0.0" } diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 82264b8a397..f4c4233f935 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -61,7 +61,7 @@ distance = "0.4" # For the inspect subcommand bytesize = "1.0" cfg-if = "1.0" -tempfile = "3.4.0" +tempfile = "3.6.0" serde = { version = "1.0.147", features = ["derive"] } dirs = { version = "4.0" } serde_json = { version = "1.0" } diff --git a/lib/registry/Cargo.toml b/lib/registry/Cargo.toml index 84230bf9868..1221e6967cc 100644 --- a/lib/registry/Cargo.toml +++ b/lib/registry/Cargo.toml @@ -36,7 +36,7 @@ semver = "1.0.14" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" tar = "0.4.38" -tempfile = "3.4.0" +tempfile = "3.6.0" thiserror = "1.0.37" time = { version = "0.3.17", default-features = false, features = ["parsing", "std", "formatting"], optional = true } tldextract = "0.6.0" diff --git a/lib/virtual-fs/Cargo.toml b/lib/virtual-fs/Cargo.toml index 5201cfd8d90..d315020f907 100644 --- a/lib/virtual-fs/Cargo.toml +++ b/lib/virtual-fs/Cargo.toml @@ -37,7 +37,7 @@ getrandom = { version = "0.2", features = [ "js" ] } [dev-dependencies] pretty_assertions = "1.3.0" -tempfile = "3.4.0" +tempfile = "3.6.0" tokio = { version = "1", features = ["io-util", "rt"], default_features = false } [features] diff --git a/lib/wasix/Cargo.toml b/lib/wasix/Cargo.toml index 96e271af33c..c931552d885 100644 --- a/lib/wasix/Cargo.toml +++ b/lib/wasix/Cargo.toml @@ -57,7 +57,7 @@ once_cell = "1.17.0" pin-project = "1.0.12" semver = "1.0.17" dashmap = "5.4.0" -tempfile = "3.4.0" +tempfile = "3.6.0" # Used by the WCGI runner hyper = { version = "0.14", features = ["server", "stream"], optional = true } wcgi = { version = "0.1.2", optional = true } diff --git a/tests/integration/cli/Cargo.toml b/tests/integration/cli/Cargo.toml index a5604b0fc35..913fa148702 100644 --- a/tests/integration/cli/Cargo.toml +++ b/tests/integration/cli/Cargo.toml @@ -26,7 +26,7 @@ regex = "1.8.3" [dependencies] anyhow = "1" -tempfile = "3.4.0" +tempfile = "3.6.0" target-lexicon = "0.12.5" tar = "0.4.38" flate2 = "1.0.24" diff --git a/tests/lib/wast/Cargo.toml b/tests/lib/wast/Cargo.toml index c94e9d08190..d7b4b239b53 100644 --- a/tests/lib/wast/Cargo.toml +++ b/tests/lib/wast/Cargo.toml @@ -17,7 +17,7 @@ wasmer-wasix = { path = "../../../lib/wasix", version = "0.9.0" } virtual-fs = { path = "../../../lib/virtual-fs", version = "0.6.0" } wast = "38.0" serde = "1" -tempfile = "3.4.0" +tempfile = "3.6.0" thiserror = "1.0" futures = "0.3" tokio = { version = "1", features = [ "io-util", "rt" ], default_features = false } diff --git a/tests/wasi-wast/Cargo.toml b/tests/wasi-wast/Cargo.toml index 0645b86bf62..9c11eec02c0 100644 --- a/tests/wasi-wast/Cargo.toml +++ b/tests/wasi-wast/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] glob = "0.3" gumdrop = "0.8" -tempfile = "3.4.0" +tempfile = "3.6.0" serde = { version = "1", features = ["derive"] } serde_json = "1" wast = "24.0"