diff --git a/Cargo.lock b/Cargo.lock index 3d0da71..8ca5f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,9 +656,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", diff --git a/Cargo.toml b/Cargo.toml index 7317dd3..1ad31ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ harness = false [dependencies] anyhow = "1.0.101" pretty = { version = "0.12.5", features = ["termcolor"] } -tempfile = "3.24.0" +tempfile = "3.25.0" thiserror = "2.0.18" tracing = "0.1.44" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }