diff --git a/Cargo.lock b/Cargo.lock index 7d554f0..f3c8bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,9 +3516,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.24.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 0fbd5dd..c09d2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ winapi = {version = "0.3.9", features = ["winsock2","in6addr","inaddr","ws2def", [dev-dependencies] tokio-test = "0.4.5" test-log = { version = "0.2.19", default-features = false, features = ["trace"] } -tempfile = "3.24" +tempfile = "3.25" hyper = { version = "1.8", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] }