Skip to content

Commit d0e99b4

Browse files
Update tokio requirement from 0.2.9 to 0.3.5
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](https://github.com/tokio-rs/tokio/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a7a5881 commit d0e99b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundationdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ num-bigint = { version = "0.3.0", optional = true }
5454
byteorder = "1.3.2"
5555
lazy_static = "1.4.0"
5656
log = "0.4.8"
57-
tokio = { version = "0.2.9", features = ["rt-core", "rt-threaded", "macros"] }
57+
tokio = { version = "0.3.5", features = ["rt-core", "rt-threaded", "macros"] }

0 commit comments

Comments
 (0)