diff --git a/Cargo.lock b/Cargo.lock index 938b5dc8..da829693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,9 +2563,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.2", diff --git a/Cargo.toml b/Cargo.toml index 6d164dca..6a1eb7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,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.22.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"] }