diff --git a/Cargo.lock b/Cargo.lock index 1c9d953..953c3fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,9 +621,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.38" +version = "0.38.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" +checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" dependencies = [ "bitflags", "errno", @@ -783,9 +783,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 5e10893..21ec480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -232,7 +232,7 @@ static_assertions.workspace = true sysinfo = { version = "0.32", default-features = false, features = ["system"] } # Used to test file I/O -tempfile = "3.8" +tempfile = "3.14" # Used to trace control flow in some tests to make failure investigation easier tracing = "0.1.40"