diff options
author | dependabot[bot] | 2023-06-13 00:51:34 +0000 |
---|---|---|
committer | GitHub | 2023-06-13 00:51:34 +0000 |
commit | 0d998c99d4289f8db6f25b8fe3c82da4ec13e858 (patch) | |
tree | c5f7d2953fdf9a8a2e197c01dea4491f24724b0a /helix-loader | |
parent | 3c23ea5d153c25743937120b0681cb1e45444c99 (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>
Diffstat (limited to 'helix-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |