diff --git a/Cargo.lock b/Cargo.lock index d823ded..4f7f4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 1201efc..ba53a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ thiserror = "2.0.16" [dev-dependencies] insta = { version = "1.43.2", features = ["yaml"] } -tempfile = "3.22.0" +tempfile = "3.23.0"