Update native-tls to 0.2.3

async
Manos Pitsidianakis 2020-02-10 00:09:55 +02:00
parent 4090eecd04
commit e26ed83331
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ notify = { version = "4.0.1", optional = true }
notify-rust = { version = "^3", optional = true } notify-rust = { version = "^3", optional = true }
termion = "1.5.1" termion = "1.5.1"
xdg = "2.1.0" xdg = "2.1.0"
native-tls = { version ="0.2", optional=true } native-tls = { version ="0.2.3", optional=true }
serde = { version = "1.0.71", features = ["rc", ] } serde = { version = "1.0.71", features = ["rc", ] }
serde_derive = "1.0.71" serde_derive = "1.0.71"
bincode = "1.2.0" bincode = "1.2.0"