diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d778994..624a06d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1757,9 +1757,9 @@ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "tempfile" -version = "3.25.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand", "getrandom 0.4.1", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a375ef1..8f16310 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,7 +31,7 @@ flate2 = "1.1" # For gzip decompression [dev-dependencies] criterion = { version = "0.8", features = ["html_reports"] } -tempfile = "3.25" +tempfile = "3.26" # Benchmarks removed for clean release (benchmark files in paper branch only) # [[bench]]