diff --git a/Cargo.lock b/Cargo.lock index f9d0bf0..5e03e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,9 +1691,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 44b155f..ac2b36c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ reqwest = { version = "0.12.23", features = ["stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_yaml = "0.9.34" shellexpand = "3.1.1" -tempfile = "3.22.0" +tempfile = "3.23.0" tokio = { version = "1.47.1", features = ["full"] } sha2 = "0.10.8" walkdir = "2.5.0"