summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-05 19:19:09 +0000
committerGitHub <noreply@github.com>2024-02-05 19:19:09 +0000
commitcc6ae100b33cca7de88c00817f47a9ab5d35e6c4 (patch)
treee90c4308bfcda34179fc80e5fe4153ed1d584296
parent7c3d34bce7eb2561d9688005df49c8a5f308d680 (diff)
build(deps): update rust crate tempfile to 3.10.0
-rw-r--r--Cargo.lock25
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 99acb41b1..6e905c335 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -180,7 +180,7 @@ dependencies = [
"futures-lite 2.1.0",
"parking",
"polling 3.3.1",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"slab",
"tracing",
"windows-sys 0.52.0",
@@ -219,7 +219,7 @@ dependencies = [
"cfg-if",
"event-listener 3.1.0",
"futures-lite 1.13.0",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"windows-sys 0.48.0",
]
@@ -246,7 +246,7 @@ dependencies = [
"cfg-if",
"futures-core",
"futures-io",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"signal-hook-registry",
"slab",
"windows-sys 0.48.0",
@@ -1291,7 +1291,7 @@ dependencies = [
"itoa",
"libc",
"memmap2",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"smallvec",
"thiserror",
]
@@ -2320,7 +2320,7 @@ dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"tracing",
"windows-sys 0.52.0",
]
@@ -2553,9 +2553,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.38.30"
+version = "0.38.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
+checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
dependencies = [
"bitflags 2.4.1",
"errno 0.3.8",
@@ -2969,14 +2969,13 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.9.0"
+version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
+checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
dependencies = [
"cfg-if",
"fastrand 2.0.1",
- "redox_syscall",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"windows-sys 0.52.0",
]
@@ -2986,7 +2985,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
- "rustix 0.38.30",
+ "rustix 0.38.31",
"windows-sys 0.48.0",
]
@@ -3446,7 +3445,7 @@ dependencies = [
"either",
"home",
"once_cell",
- "rustix 0.38.30",
+ "rustix 0.38.31",
"windows-sys 0.52.0",
]
diff --git a/Cargo.toml b/Cargo.toml
index e8fc8119e..5eb5847a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -125,7 +125,7 @@ winres = "0.1.12"
[dev-dependencies]
mockall = "0.12"
-tempfile = "3.9.0"
+tempfile = "3.10.0"
[profile.release]
codegen-units = 1