fix(upload): change tokio version to 1 instead of * (#1793)

pull/1794/head
Tony 10 months ago committed by GitHub
parent c078f57a09
commit 2050a3bea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,4 +38,4 @@ rustls-tls = ["reqwest/rustls-tls"]
[dev-dependencies]
mockito = "1.5.0"
tokio = { version = "*", features = ["macros"] }
tokio = { version = "1", features = ["macros"] }

Loading…
Cancel
Save