changeset 214:5c0542a6d314

bump tokio to 1.2
author Daniel Boline <ddboline@gmail.com>
date Mon, 22 Feb 2021 18:44:42 -0500
parents 77b59bfc935a
children 83a6eb03529c
files example_crates/gcs_example/Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example_crates/gcs_example/Cargo.toml	Mon Feb 22 18:44:22 2021 -0500
+++ b/example_crates/gcs_example/Cargo.toml	Mon Feb 22 18:44:42 2021 -0500
@@ -16,4 +16,4 @@
 env_logger = "~0.8"
 hyper-rustls = { version = "~0.22", features = ["rustls-native-certs"] }
 hyper = { version = "~0.14", features = ["stream"] }
-tokio = { version = "~1.0", features = ["macros", "io-util", "rt", "rt-multi-thread", "fs"] }
+tokio = { version = "~1.2", features = ["macros", "io-util", "rt", "rt-multi-thread", "fs"] }