diff --git a/Cargo.lock b/Cargo.lock index f73f38e7..aebccbb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2868,9 +2868,9 @@ dependencies = [ [[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/save/Cargo.toml b/save/Cargo.toml index f82ff018..206925f2 100644 --- a/save/Cargo.toml +++ b/save/Cargo.toml @@ -12,7 +12,7 @@ thiserror = "2.0.0" zstd = { package = "zstd-safe", version = "7.1.0", default-features = false, features = ["std", "experimental"] } [dev-dependencies] -tempfile = "3.4" +tempfile = "3.25" criterion = "0.8.2" rand = { version = "0.9.0", features = ["small_rng"] }