summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-06 20:34:50 +0000
committerGitHub <noreply@github.com>2024-08-06 20:34:50 +0000
commit558078f8a7565bf0a25900abf524ba709da3d29f (patch)
tree51d7678991661550e37af0b06e0adb780aae0773
parent93a821adaba95ef9d9e129e5ee1a55726865297e (diff)
chore(deps): update rust crate tempfile to 3.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock15
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f5f44cb..1a029a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2140,15 +2140,15 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.11.0"
+version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
+checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
"cfg-if",
"fastrand 2.1.0",
"once_cell",
"rustix 0.38.34",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -2605,6 +2605,15 @@ dependencies = [
]
[[package]]
+name = "windows-sys"
+version = "0.59.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
+dependencies = [
+ "windows-targets 0.52.6",
+]
+
+[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index c0b017f..6e40ed1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,4 +70,4 @@ tonic-build = "0.11"
[dev-dependencies]
once_cell = "1.19.0"
rand = "0.8.5"
-tempfile = "3.11.0"
+tempfile = "3.12.0"