diff --git a/Cargo.lock b/Cargo.lock index 780f9937c5..51f68363c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5257,9 +5257,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.37" +version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" +checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" dependencies = [ "bitflags 2.6.0", "errno", @@ -6119,9 +6119,9 @@ checksum = "094c9f64d6de9a8506b1e49b63a29333b37ed9e821ee04be694d431b3264c3c5" [[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 2.1.1", diff --git a/Cargo.toml b/Cargo.toml index e7699fa1ca..7ea210917b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,7 +185,7 @@ rusqlite = "0.32" sanitize-filename = "0.5" serde = "1.0" serde_json = "1" -tempfile = "3.13.0" +tempfile = "3.14.0" thiserror = "1" tokio = "1" tokio-util = "0.7.11"