From e5188c5cb88873b0952528cc8b6ed6591478cd6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:23:28 +0000 Subject: [PATCH] fix(deps): update rust crate futures-lite to v2 --- packages/apalis-sql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apalis-sql/Cargo.toml b/packages/apalis-sql/Cargo.toml index 94542457..29fbc86f 100644 --- a/packages/apalis-sql/Cargo.toml +++ b/packages/apalis-sql/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4", default-features = false, features = [ futures = "0.3" async-stream = "0.3" tokio = { version = "1", features = ["rt", "net"], optional = true } -futures-lite = "1.13.0" +futures-lite = "2.0.0" async-std = { version = "1.12.0", optional = true } async-trait = "0.1.74" debounced = "0.1.0"