From 0ece51612f68db228f6ff75e05a465ea103ceede Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 26 Sep 2019 18:25:30 +0300 Subject: [PATCH] update bincode to 1.2.0 --- melib/Cargo.toml | 2 +- ui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/melib/Cargo.toml b/melib/Cargo.toml index f10531fa..296ce3f2 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -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",]} diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 99b75207..a2eb9707 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -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 = "*" }