diff --git a/Cargo.lock b/Cargo.lock index be06cc8e..5f391d5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2633,9 +2633,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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.4", diff --git a/Cargo.toml b/Cargo.toml index 1cfd865a..64f0d931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ async-trait = "0.1.89" futures = "0.3.31" tokio-stream = "0.1.18" natord = "1.0.9" -tempfile = "3.24.0" +tempfile = "3.25.0" path-absolutize = "3.1.1" similar = "2.7.0" sha2 = "0.10.9"