diff --git a/Cargo.lock b/Cargo.lock index ccccc32..7069a81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3095,15 +3095,15 @@ 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", "once_cell", "rustix", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a785f35..0b05060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ sha2 = "0.10.9" sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "macros", "migrate", "chrono", "uuid"] } subtle = "2.6.1" tar = "0.4.44" -tempfile = "3.20.0" +tempfile = "3.22.0" thiserror = "2.0.12" tokio = { version = "1.46.1", features = ["full"] } tokio-stream = "0.1.17"