diff --git a/Cargo.lock b/Cargo.lock index bf59546..adc8967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,9 +3771,9 @@ dependencies = [ [[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 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index b964445..3559a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = "4.5.38" anyhow = { version = "1.0.97", default-features = false } fuel-core = { version = "0.46.0", features = ["backup"], default-features = false } tar = { version = "0.4.44", optional = true, default-features = false } -tempfile = { version = "3.20.0", optional = true , default-features = false } +tempfile = { version = "3.22.0", optional = true , default-features = false } rayon = { version = "1.10.0", optional = true } [features]