Apply suggestions from code review

pull/65/head
Fabian-Lars 3 years ago committed by GitHub
parent 4452285793
commit 998493afeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ serde_json.workspace = true
tauri.workspace = true tauri.workspace = true
log.workspace = true log.workspace = true
thiserror.workspace = true thiserror.workspace = true
tokio = { version = "1.24", features = [ "fs" ] } tokio = { version = "1", features = [ "fs" ] }
tokio-util = { version = "0.7", features = [ "codec" ] } tokio-util = { version = "0.7", features = [ "codec" ] }
reqwest = { version = "0.11", features = [ "json", "stream" ] } reqwest = { version = "0.11", features = [ "json", "stream" ] }
futures = "0.3" futures = "0.3"

@ -16,5 +16,5 @@ log.workspace = true
thiserror.workspace = true thiserror.workspace = true
rand = "0.8" rand = "0.8"
futures-util = "0.3" futures-util = "0.3"
tokio = { version = "1.24", features = ["net", "sync"] } tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.17", features = ["native-tls"] } tokio-tungstenite = { version = "0.17", features = ["native-tls"] }
Loading…
Cancel
Save