Skip to content

Commit 5dcb449

Browse files
Update tokio requirement from 0.3 to 1.0
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.3.0...tokio-1.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c15088 commit 5dcb449

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)