Przeglądaj źródła

chore(deps) Update Rust crate tokio to 1.15 (#3079)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 lat temu
rodzic
commit
a377e18df6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      core/tauri/Cargo.toml

+ 2 - 2
core/tauri/Cargo.toml

@@ -34,7 +34,7 @@ normal = [ "attohttpc" ]
 [dependencies]
 serde_json = { version = "1.0", features = [ "raw_value" ] }
 serde = { version = "1.0", features = [ "derive" ] }
-tokio = { version = "1.14", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
+tokio = { version = "1.15", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
 futures = "0.3"
 uuid = { version = "0.8", features = [ "v4" ] }
 url = { version = "2.2" }
@@ -91,7 +91,7 @@ serde = { version = "1.0", features = [ "derive" ] }
 quickcheck = "1.0.3"
 quickcheck_macros = "1.0.0"
 tokio-test = "0.4.2"
-tokio = { version = "1.14", features = [ "full" ] }
+tokio = { version = "1.15", features = [ "full" ] }
 mockito = "0.30"
 
 [features]