Skip to content

Commit

Permalink
deps: Update to smol 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 27, 2024
1 parent 6d28458 commit afc4792
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 @@ -38,7 +38,7 @@ regex = { version = "1.5", default-features = false, features = ["std"]
rayon = { version = "1.3", optional = true }
csv = { version = "1.1", optional = true }
futures = { version = "0.3", default-features = false, features = ["executor"], optional = true }
smol = { version = "1.2", default-features = false, optional = true }
smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.0", default-features = false, features = [
"rt",
], optional = true }
Expand Down

0 comments on commit afc4792

Please sign in to comment.