From 6c07046b66782fc6a7d1daa339b6e47181ad353c Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Fri, 6 Nov 2020 18:38:18 +0200 Subject: [PATCH] Update bincode dependency to 1.3.1 --- Cargo.toml | 2 +- melib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f4995b77..27fa9c1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ indexmap = { version = "^1.5", features = ["serde-1", ] } linkify = "0.4.0" notify = "4.0.1" # >:c termion = "1.5.1" -bincode = "1.2.0" +bincode = "^1.3.0" uuid = { version = "0.8.1", features = ["serde", "v4"] } unicode-segmentation = "1.2.1" # >:c libc = {version = "0.2.59", features = ["extra_traits",]} diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 9cc2884dd..ce259c8f3 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -30,7 +30,7 @@ xdg = "2.1.0" native-tls = { version ="0.2.3", optional=true } serde = { version = "1.0.71", features = ["rc", ] } serde_derive = "1.0.71" -bincode = "1.2.0" +bincode = "^1.3.0" uuid = { version = "0.8.1", features = ["serde", "v4", "v5"] } unicode-segmentation = { version = "1.2.1", optional = true }