summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 18:25:30 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 18:25:30 +0300
commit0ece51612f68db228f6ff75e05a465ea103ceede (patch)
tree38023807d3984a59b2843a2bbc80d449f47ea916
parentfa121820f788de97a2ee292b8ce7557d0640a607 (diff)
update bincode to 1.2.0
-rw-r--r--melib/Cargo.toml2
-rw-r--r--ui/Cargo.toml2
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 = "*" }