diff --git a/Cargo.lock b/Cargo.lock index 40b27a6c..b757c813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,9 +2598,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.21.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.2", diff --git a/Cargo.toml b/Cargo.toml index 3af37ad3..fbc4fc98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" sha3 = "0.10.8" syn = { version = "2.0.106", features = ["full", "extra-traits"] } -tempfile = "3.21.0" +tempfile = "3.23.0" thiserror = "2.0.16" time = { version = "0.3.41", features = ["macros", "local-offset"] } tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "time", "sync", "macros", "net", "io-util"] }