Skip to content

Commit

Permalink
fix(deps): update rust crate async-std to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 23f9dd5 commit 19a53ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19a53ff

Please sign in to comment.