diff --git a/Cargo.lock b/Cargo.lock index 8550bc0e1..6ed43a877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3083,15 +3083,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.6.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" dependencies = [ - "autocfg", "cfg-if", - "fastrand 1.9.0", + "fastrand 2.0.0", "redox_syscall 0.3.5", - "rustix 0.37.21", + "rustix 0.38.4", "windows-sys", ] diff --git a/Cargo.toml b/Cargo.toml index e6d16a5d3..e7c900577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ winres = "0.1.12" [dev-dependencies] mockall = "0.11" -tempfile = "3.6.0" +tempfile = "3.7.0" [profile.release] codegen-units = 1