diff --git a/Cargo.lock b/Cargo.lock index 69222a1..f043c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1554,9 +1554,9 @@ dependencies = [ [[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.3", diff --git a/Cargo.toml b/Cargo.toml index 205f22b..edc2a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "2.0" # File system dirs = "6.0" -tempfile = "3.21" +tempfile = "3.22" # Git operations git2 = { version = "0.20", default-features = false, features = ["vendored-libgit2", "https", "vendored-openssl"] } @@ -50,7 +50,7 @@ chrono = { version = "0.4", features = ["serde"] } [dev-dependencies] # Testing tokio-test = "0.4" -tempfile = "3.21" +tempfile = "3.22" assert_matches = "1.5" mockall = "0.13" pretty_assertions = "1.4"