Skip to content

Commit 9377029

Browse files
build(deps): bump tempfile from 3.15.0 to 3.17.1 (polkadot-evm#1615)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.17.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.17.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 393af58 commit 9377029

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fp-storage = { workspace = true, features = ["default"] }
4040
[dev-dependencies]
4141
futures = { workspace = true }
4242
maplit = "1.0.2"
43-
tempfile = "3.14.0"
43+
tempfile = "3.17.1"
4444
# Substrate
4545
sc-block-builder = { workspace = true }
4646
sp-consensus = { workspace = true }

client/mapping-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ethereum = { workspace = true }
3535
ethereum-types = { workspace = true }
3636
scale-codec = { workspace = true }
3737
sqlx = { workspace = true, features = ["runtime-tokio-native-tls", "sqlite"] }
38-
tempfile = "3.14.0"
38+
tempfile = "3.17.1"
3939
tokio = { workspace = true, features = ["sync"] }
4040
# Substrate
4141
sc-block-builder = { workspace = true }

client/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fp-storage = { workspace = true, features = ["default"] }
6464
pallet-evm = { workspace = true, features = ["default"] }
6565

6666
[dev-dependencies]
67-
tempfile = "3.14.0"
67+
tempfile = "3.17.1"
6868
# Substrate
6969
sc-block-builder = { workspace = true }
7070
sc-client-db = { workspace = true, features = ["rocksdb"] }

0 commit comments

Comments
 (0)