Skip to content
Snippets Groups Projects
Unverified Commit 8144ded6 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump tempfile from 3.1.0 to 3.2.0 (#2251)


Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.2.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)

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 2709aebc
Branches
Tags
No related merge requests found
......@@ -4654,7 +4654,7 @@ dependencies = [
"cfg-if 0.1.10",
"cloudabi 0.0.3",
"libc",
"redox_syscall",
"redox_syscall 0.1.56",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.9",
......@@ -4669,7 +4669,7 @@ dependencies = [
"cfg-if 0.1.10",
"cloudabi 0.0.3",
"libc",
"redox_syscall",
"redox_syscall 0.1.56",
"smallvec 1.6.1",
"winapi 0.3.9",
]
......@@ -4684,7 +4684,7 @@ dependencies = [
"cloudabi 0.1.0",
"instant",
"libc",
"redox_syscall",
"redox_syscall 0.1.56",
"smallvec 1.6.1",
"winapi 0.3.9",
]
......@@ -6372,6 +6372,15 @@ version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]]
name = "redox_syscall"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.3.4"
......@@ -6379,7 +6388,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
"getrandom 0.1.14",
"redox_syscall",
"redox_syscall 0.1.56",
"rust-argon2",
]
......@@ -8043,7 +8052,7 @@ checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"redox_syscall 0.1.56",
"winapi 0.3.9",
]
......@@ -9004,14 +9013,14 @@ checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
[[package]]
name = "tempfile"
version = "3.1.0"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"libc",
"rand 0.7.3",
"redox_syscall",
"rand 0.8.1",
"redox_syscall 0.2.4",
"remove_dir_all",
"winapi 0.3.9",
]
......
......@@ -22,7 +22,7 @@ parity-util-mem = { version = "*", default-features = false, features = ["jemall
[dev-dependencies]
assert_cmd = "1.0.2"
nix = "0.19.1"
tempfile = "3.1.0"
tempfile = "3.2.0"
[workspace]
members = [
......
......@@ -11,7 +11,7 @@ hex = "0.4.2"
tracing = "0.1.22"
tracing-futures = "0.2.4"
rand = "0.8.1"
tempfile = "3.1.0"
tempfile = "3.2.0"
# Polkadot dependencies
polkadot-overseer = { path = "../../overseer" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment