summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-06 18:38:18 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-06 18:38:18 +0200
commit6c07046b66782fc6a7d1daa339b6e47181ad353c (patch)
treee4afdb48b6bb7e7f7e0d6f431edb72c24be1467d /melib
parent8ac5558d65ecd267c234ce41bb872acd243bd047 (diff)
Update bincode dependency to 1.3.1
Diffstat (limited to 'melib')
-rw-r--r--melib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }