Skip to content

Commit

Permalink
Merge pull request #913 from EspressoSystems/dependabot/cargo/tempfil…
Browse files Browse the repository at this point in the history
…e-3.9.0

Bump tempfile from 3.8.1 to 3.9.0
  • Loading branch information
jbearer authored Dec 29, 2023
2 parents 2ed7ff3 + 87196df commit a812809
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a812809

Please sign in to comment.