diff --git a/hitt-cli/Cargo.toml b/hitt-cli/Cargo.toml index 8c3a0ca..2f8aca6 100644 --- a/hitt-cli/Cargo.toml +++ b/hitt-cli/Cargo.toml @@ -27,5 +27,5 @@ http = { workspace = true } ignore = { version = "0.4.22" } reqwest = { workspace = true } shell-words = { version = "1.1.0" } -tempfile = { version = "3.9.0" } +tempfile = { version = "3.10.0" } tokio = { workspace = true }