Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.3.0 to 3.4.0 (#6240)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2023
1 parent 78a0dd3 commit 52c627d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 17 deletions.
69 changes: 55 additions & 14 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 zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ regex = "1.7.1"
rlimit = "0.9.1"
rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] }
serde = { version = "1.0.152", features = ["serde_derive"] }
tempfile = "3.3.0"
tempfile = "3.4.0"
thiserror = "1.0.38"

rayon = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ tracing-error = "0.2.0"
tracing = "0.1.37"

[dev-dependencies]
tempfile = "3.3.0"
tempfile = "3.4.0"
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ semver = "1.0.16"

# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.93", features = ["preserve_order"] }
tempfile = "3.3.0"
tempfile = "3.4.0"

hyper = { version = "0.14.24", features = ["http1", "http2", "server"]}
reqwest = "0.11.14"
Expand Down

0 comments on commit 52c627d

Please sign in to comment.