diff --git a/Cargo.lock b/Cargo.lock index 3146720..ab7a5c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,15 +727,15 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 85b8804..1697c9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.142" tokio = { version = "1.47.1", features = ["full"] } [dev-dependencies] -tempfile = "3.20.0" +tempfile = "3.23.0" [lints.clippy] uninlined_format_args = "warn"