changeset 79:c8b58925aeda

Downgrade to tokio 0.2 again
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Oct 2020 11:08:10 +0200
parents 0eaca26036cd
children c2efbeae7103
files async-google-apis-common/Cargo.toml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/async-google-apis-common/Cargo.toml	Sat Oct 24 10:03:44 2020 +0200
+++ b/async-google-apis-common/Cargo.toml	Sat Oct 24 11:08:10 2020 +0200
@@ -23,5 +23,5 @@
 radix64 = "~0.6"
 serde = "~1.0"
 serde_json = "~1.0"
-tokio = { version = "~0.3", features = ["stream", "fs"] }
-yup-oauth2 = "~5"
+tokio = { version = "~0.2", features = ["stream", "fs"] }
+yup-oauth2 = "~4"