Skip to content

Commit 524edb4

Browse files
build(deps): bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f73613 commit 524edb4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.19.1"
43+
tempfile = "3.20.0"
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.19.1"
38+
tempfile = "3.20.0"
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
@@ -63,7 +63,7 @@ fp-storage = { workspace = true, features = ["default"] }
6363
pallet-evm = { workspace = true, features = ["default"] }
6464

6565
[dev-dependencies]
66-
tempfile = "3.19.1"
66+
tempfile = "3.20.0"
6767
# Substrate
6868
sc-block-builder = { workspace = true }
6969
sc-client-db = { workspace = true, features = ["rocksdb"] }

0 commit comments

Comments
 (0)