diff --git a/Cargo.lock b/Cargo.lock index 11b6336f86..74cfb18c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2785,9 +2785,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[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 f0148ce617..4ceabebb0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ serde_derive = "1.0.118" serde_json = "1.0.133" serde_yaml = "0.9.34" systemd = "0.10.0" -tempfile = "3.13.0" +tempfile = "3.14.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tokio = { version = "1.41.1", features = ["time", "process", "rt", "net"] }