diff --git a/Cargo.lock b/Cargo.lock index 56e40d1..ff8cede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3308,9 +3308,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.4", diff --git a/Cargo.toml b/Cargo.toml index cbf4ada..79d8e39 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.23.0" +tempfile = "3.24.0" thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["full"] } tokio-stream = "0.1.17"