diff --git a/Cargo.lock b/Cargo.lock index fd3c92a..425b056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,9 +1551,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", diff --git a/Cargo.toml b/Cargo.toml index 9f79efd..ccbf5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ sqlx = { version = "0.7", features = [ "runtime-async-std-rustls", "sqlite" ] } async-std = { version = "1", features = [ "attributes" ] } futures = "0.3.30" csv = "1.3.0" -tempfile = "3.10.0" +tempfile = "3.10.1" itertools = "0.12.1"