build: upgrade dependencies

This commit is contained in:
PoiScript 2020-04-06 16:12:52 +08:00
parent 19740440db
commit c168c902e8

View file

@ -21,18 +21,18 @@ ser = ["serde", "serde_indextree"]
[dependencies]
bytecount = "0.6.0"
chrono = { version = "0.4.9", optional = true }
chrono = { version = "0.4.11", optional = true }
indextree = "4.0.0"
jetscii = "0.4.4"
lazy_static = "1.4.0"
memchr = "2.2.1"
memchr = "2.3.3"
# we don't need to parse any float number, so lexical crate is redundant
nom = { version = "5.0.1", default-features = false, features = ["std"] }
serde = { version = "1.0.102", optional = true, features = ["derive"] }
nom = { version = "5.1.1", default-features = false, features = ["std"] }
serde = { version = "1.0.106", optional = true, features = ["derive"] }
serde_indextree = { version = "0.2.0", optional = true }
syntect = { version = "3.3.0", optional = true }
syntect = { version = "4.1.0", optional = true }
[dev-dependencies]
pretty_assertions = "0.6.1"
serde_json = "1.0.41"
serde_json = "1.0.51"
slugify = "0.1.0"