diff --git a/Cargo.lock b/Cargo.lock index 2f3d5d1468..1bee084083 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,9 +3039,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 5eace7b713..15aa19b2e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ smallvec = { version = "1.13.2", features = [ ] } strsim = "0.11.1" syn = "2.0.87" -tempfile = "3.13.0" +tempfile = "3.14.0" test-case = "3.3.1" textwrap = "0.16.1" thiserror = "1.0.68"