Skip to content

Commit

Permalink
chore(deps): update rust crate smol to v2 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent 55acc06 commit ac2cd06
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 @@ -49,7 +49,7 @@ regex = { version = "1.10", default-features = false, features = ["std"] }
rayon = { version = "1.10", optional = true }
csv = { version = "1.3", optional = true }
futures = { version = "0.3", default-features = false, optional = true }
smol = { version = "1.3", default-features = false, optional = true }
smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.37", default-features = false, features = [
"rt",
], optional = true }
Expand Down

0 comments on commit ac2cd06

Please sign in to comment.