summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-22 06:22:57 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-22 06:24:38 +0200
commit5b86c342fb00ed0ca1fa2b6789792ba59079b1e6 (patch)
treeb0ef3379f8c8de48ddd1ec3d3f1d152c9403d2fe /melib
parent0aa5cf273fe8ef6a993bd042382e7e9df972b7a1 (diff)
Update smallvec dependency to 1.5.0
Fixes panicking when loading cached serialized email from older versions of meli. https://github.com/servo/rust-smallvec/pull/238
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 ce259c8f..f14c5c00 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -37,7 +37,7 @@ unicode-segmentation = { version = "1.2.1", optional = true }
libc = {version = "0.2.59", features = ["extra_traits",]}
isahc = { version = "0.9.7", optional = true, default-features = false, features = ["http2", "json", "text-decoding"]}
serde_json = { version = "1.0", optional = true, features = ["raw_value",] }
-smallvec = { version = "^1.4.0", features = ["serde", ] }
+smallvec = { version = "^1.5.0", features = ["serde", ] }
nix = "0.17.0"
rusqlite = {version = "0.24.0", optional = true }