diff --git a/Cargo.lock b/Cargo.lock index 94b7de40b..14671005d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6963,7 +6963,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" dependencies = [ - "dirs 4.0.0", + "dirs 5.0.1", ] [[package]] @@ -7643,9 +7643,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/example-l2/Cargo.toml b/example-l2/Cargo.toml index b52458ca9..61585ca90 100644 --- a/example-l2/Cargo.toml +++ b/example-l2/Cargo.toml @@ -41,4 +41,4 @@ hotshot = { git = "https://github.com/EspressoSystems/hotshot", features = [ ] } portpicker = "0.1.1" sequencer-utils = { path = "../utils" } -tempfile = "3.4.0" +tempfile = "3.7.1" diff --git a/sequencer/Cargo.toml b/sequencer/Cargo.toml index 178cdaf3c..7c5ea05a3 100644 --- a/sequencer/Cargo.toml +++ b/sequencer/Cargo.toml @@ -12,7 +12,7 @@ testing = [] portpicker = "0.1.1" rand = "0.8.5" serde_json = "1.0" -tempfile = "3.4.0" +tempfile = "3.7.1" [dependencies] anyhow = "1.0" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 463fe6b61..5cf9a88e3 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -12,6 +12,6 @@ commit = { git = "https://github.com/EspressoSystems/commit", tag = "0.2.2" } ethers = "2.0.4" portpicker = "0.1.1" surf = "2.3.2" -tempfile = "3.4.0" +tempfile = "3.7.1" tracing = "0.1.37" url = "2.3.1"