Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 5085525 commit 5d5581a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ yansi = "1.0.1"
hex = "0.4.3"
anstyle = "1.0.8"
target-lexicon = "0.12.15"
tempfile = "3.10.1"
tempfile = "3.12.0"
rustc-demangle = "0.1.18"
goblin = "0.8"
capstone = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ k256 = { version = "0.13.3", features = ["expose-field"] }
num_cpus = "1.16.0"
serde_with = "3.9.0"
size = "0.4.1"
tempfile = "3.10.1"
tempfile = "3.12.0"
tracing = "0.1.40"
tracing-forest = { version = "0.1.6", features = ["ansi", "smallvec"] }
tracing-subscriber = { version = "0.3.18", features = ["std", "env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clap = { version = "4.5.9", features = ["derive", "env"] }
hex = "0.4.3"
anyhow = "1.0.83"
dirs = "5.0.1"
tempfile = "3.10.1"
tempfile = "3.12.0"
subtle-encoding = "0.5.1"
serial_test = "3.1.1"
num-bigint = "0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/recursion/gnark-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sp1-core-machine = { workspace = true }
sp1-stark = { workspace = true }
serde = "1.0.204"
serde_json = "1.0.121"
tempfile = "3.10.1"
tempfile = "3.12.0"
rand = "0.8"
log = "0.4.22"
num-bigint = "0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ axum = "=0.7.4"
alloy-sol-types = { version = "0.7.7", optional = true }
sha2 = "0.10.8"
dirs = "5.0.1"
tempfile = "3.10.1"
tempfile = "3.12.0"
num-bigint = "0.4.6"
cfg-if = "1.0"
ethers = { version = "2", default-features = false }
Expand Down

0 comments on commit 5d5581a

Please sign in to comment.