Skip to content

Commit

Permalink
fix(deps): update rust crate futures-lite to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent d7b1c01 commit e5188c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5188c5

Please sign in to comment.