From 6c07046b66782fc6a7d1daa339b6e47181ad353c Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Fri, 6 Nov 2020 18:38:18 +0200 Subject: Update bincode dependency to 1.3.1 --- melib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'melib') diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 9cc2884d..ce259c8f 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 } -- cgit v1.2.3