Skip to content

Commit

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

Bump tempfile from 3.7.0 to 3.7.1
  • Loading branch information
jbearer authored Aug 18, 2023
2 parents 7f0722f + 795da3a commit 7d716ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 example-l2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7d716ba

Please sign in to comment.