Skip to content

Commit

Permalink
Merge pull request #4044 from wasmerio/update_tempfile
Browse files Browse the repository at this point in the history
Update tempfile crate
  • Loading branch information
ptitSeb authored Jun 28, 2023
2 parents f2a079b + 4930d6c commit e810fff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion lib/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/virtual-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion tests/wasi-wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e810fff

Please sign in to comment.