Skip to content

Commit a43bb5f

Browse files
authored
Merge pull request #1 from awestlake87/dependabot/cargo/tokio-1.0
Update tokio requirement from 0.3 to 1.0
2 parents 90421a0 + 5dcb449 commit a43bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ futures = "0.3"
1717
lazy_static = "1.4"
1818
once_cell = "1.5"
1919
pyo3 = "0.13"
20-
tokio = { version = "0.3", features = ["full"] }
20+
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)