diff --git a/Cargo.toml b/Cargo.toml index 9fb2b3b..ed99c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ futures = "0.3" sha2 = "0.10" hex = "0.4" async-stream = "0.3" -tempfile = "3.14" +tempfile = "3.26" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } [build-dependencies]