From 19a53ff3321567ab42be849c51c81d1e2f952fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:51:24 +0000 Subject: [PATCH] fix(deps): update rust crate async-std to 1.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccbf5ea..2f63b0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] sqlx = { version = "0.7", features = [ "runtime-async-std-rustls", "sqlite" ] } -async-std = { version = "1", features = [ "attributes" ] } +async-std = { version = "1.12.0", features = [ "attributes" ] } futures = "0.3.30" csv = "1.3.0" tempfile = "3.10.1"