diff --git a/Cargo.lock b/Cargo.lock index e91e9f7ef..4c8496010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8367,15 +8367,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.8.1" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall", "rustix 0.38.28", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/sequencer/Cargo.toml b/sequencer/Cargo.toml index ca985a704..17a240ff9 100644 --- a/sequencer/Cargo.toml +++ b/sequencer/Cargo.toml @@ -15,7 +15,7 @@ hotshot-testing = { workspace = true } portpicker = "0.1.1" rand = "0.8.5" serde_json = "1.0" -tempfile = "3.7.1" +tempfile = "3.9.0" [dependencies] anyhow = "1.0" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index be18512fe..319dadac5 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -14,6 +14,6 @@ contract-bindings = { path = "../contract-bindings" } ethers = "2.0.4" portpicker = "0.1.1" surf = "2.3.2" -tempfile = "3.7.1" +tempfile = "3.9.0" tracing = "0.1.37" url = "2.3.1"