update bincode to 1.2.0

embed
Manos Pitsidianakis 5 years ago
parent fa121820f7
commit 0ece51612f
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -21,7 +21,7 @@ xdg = "2.1.0"
native-tls = { version ="0.2", optional=true }
serde = "1.0.71"
serde_derive = "1.0.71"
bincode = "1.0.1"
bincode = "1.2.0"
uuid = { version = "0.6", features = ["serde", "v4"] }
text_processing = { path = "../text_processing", version = "*", optional= true }
libc = {version = "0.2.59", features = ["extra_traits",]}

@ -20,7 +20,7 @@ nom = "3.2.0"
notify = "4.0.1" # >:c
notify-rust = "^3" # >:c
termion = "1.5.1"
bincode = "1.0.1"
bincode = "1.2.0"
uuid = { version = "0.6", features = ["serde", "v4"] }
unicode-segmentation = "1.2.1" # >:c
text_processing = { path = "../text_processing", version = "*" }

Loading…
Cancel
Save