From e12686935d442113db38aae5232ee77321248abe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:51:56 +0000 Subject: [PATCH] fix(deps): update rust crate tempfile to 3.10.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"