aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2023-06-13 00:51:34 +0000
committerGitHub2023-06-13 00:51:34 +0000
commit0d998c99d4289f8db6f25b8fe3c82da4ec13e858 (patch)
treec5f7d2953fdf9a8a2e197c01dea4491f24724b0a
parent3c23ea5d153c25743937120b0681cb1e45444c99 (diff)
build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock7
-rw-r--r--helix-loader/Cargo.toml2
-rw-r--r--helix-term/Cargo.toml2
-rw-r--r--helix-vcs/Cargo.toml2
4 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 530680ca..a791f05a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2002,15 +2002,16 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.5.0"
+version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
+checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
dependencies = [
+ "autocfg",
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix",
- "windows-sys 0.45.0",
+ "windows-sys 0.48.0",
]
[[package]]
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index 6e0217a2..3e7fc2e7 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -28,7 +28,7 @@ which = "4.4"
# cloning/compiling tree-sitter grammars
cc = { version = "1" }
threadpool = { version = "1.0" }
-tempfile = "3.5.0"
+tempfile = "3.6.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libloading = "0.8"
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index e623e2de..9f9e9f56 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -76,4 +76,4 @@ helix-loader = { version = "0.6", path = "../helix-loader" }
[dev-dependencies]
smallvec = "1.10"
indoc = "2.0.1"
-tempfile = "3.4.0"
+tempfile = "3.6.0"
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index f644add5..a76664f2 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -27,4 +27,4 @@ log = "0.4"
git = ["gix"]
[dev-dependencies]
-tempfile = "3.4" \ No newline at end of file
+tempfile = "3.6" \ No newline at end of file