summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-08 12:46:27 -0400
committerGitHub <noreply@github.com>2023-03-08 16:46:27 +0000
commit06a12341c66e0a44436e1178603e0f398bfae10c (patch)
treeea5f503f147a1dd1e9c80421ed3722804a83e42c /cli
parentb21129173a3e9439c0c4b2ae8b370769313e988c (diff)
chore: update tempfile dependency (#18077)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 692ac5205..c38105cfe 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -94,7 +94,7 @@ regex.workspace = true
ring.workspace = true
rustyline = { version = "=10.0.0", default-features = false, features = ["custom-bindings"] }
rustyline-derive = "=0.7.0"
-secure_tempfile = { version = "=3.3.0", package = "tempfile" } # different name to discourage use in tests
+secure_tempfile = { version = "=3.4.0", package = "tempfile" } # different name to discourage use in tests
serde.workspace = true
serde_repr.workspace = true
shell-escape = "=0.1.5"