Browse Source

chore(deps) Update Rust crate tokio to 1.2 (#1199)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 years ago
parent
commit
2c640ec040
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tauri/Cargo.toml

+ 1 - 1
tauri/Cargo.toml

@@ -24,7 +24,7 @@ base64 = "0.13.0"
 webbrowser = "0.5.5"
 lazy_static = "1.4.0"
 tiny_http = { version = "0.8", optional = true }
-tokio = { version = "1.1", features = ["rt", "rt-multi-thread", "sync"] }
+tokio = { version = "1.2", features = ["rt", "rt-multi-thread", "sync"] }
 futures = "0.3"
 async-trait = "0.1"
 uuid = { version = "0.8.2", features = [ "v4" ] }