Skip to content

Commit e622ef4

Browse files
Bump tempfile from 3.7.1 to 3.8.0 (#3048)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.7.1...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>
1 parent 817c450 commit e622ef4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cumulus/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.

cumulus/polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
9999
[dev-dependencies]
100100
assert_cmd = "2.0"
101101
nix = { version = "0.26.1", features = ["signal"] }
102-
tempfile = "3.7.1"
102+
tempfile = "3.8.0"
103103
tokio = { version = "1.32.0", features = ["macros", "time", "parking_lot"] }
104104
wait-timeout = "0.2"
105105

cumulus/test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "1.0.183", features = ["derive"] }
1919
tokio = { version = "1.32.0", features = ["macros"] }
2020
tracing = "0.1.37"
2121
url = "2.4.0"
22-
tempfile = "3.7.1"
22+
tempfile = "3.8.0"
2323

2424
# Substrate
2525
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }

0 commit comments

Comments
 (0)