diff --git a/Cargo.lock b/Cargo.lock index 3146720..0f989d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,15 +727,15 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" 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..50a57c0 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.22.0" [lints.clippy] uninlined_format_args = "warn"