Skip to content

Commit

Permalink
Bump tempfile from 3.7.0 to 3.8.0 (#1164)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.8.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.7.0...v3.8.0)

---
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 Aug 23, 2023
1 parent 3281ed4 commit 383f840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 client/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fp-storage = { workspace = true, features = ["default"] }
[dev-dependencies]
futures = { workspace = true }
maplit = "1.0.2"
tempfile = "3.7.0"
tempfile = "3.8.0"
# Substrate
sc-block-builder = { workspace = true }
sp-consensus = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion client/mapping-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ethereum = { workspace = true }
ethereum-types = { workspace = true }
scale-codec = { package = "parity-scale-codec", workspace = true }
sqlx = { workspace = true, features = ["runtime-tokio-native-tls", "sqlite"] }
tempfile = "3.7.0"
tempfile = "3.8.0"
tokio = { workspace = true, features = ["sync"] }
# Substrate
sc-block-builder = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fp-storage = { workspace = true, features = ["default"] }
pallet-evm = { workspace = true }

[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.8.0"
# Substrate
sc-block-builder = { workspace = true }
sc-client-db = { workspace = true, features = ["rocksdb"] }
Expand Down

0 comments on commit 383f840

Please sign in to comment.