Update dependency versions

This commit is contained in:
Thom Chiovoloni 2020-10-04 11:44:49 -07:00
parent bc9b40a444
commit 9ac2a97568

View File

@ -97,27 +97,27 @@ bundled-full = [
[dependencies]
time = { version = "0.2", optional = true }
bitflags = "1.0"
bitflags = "1.2"
lru-cache = "0.1"
chrono = { version = "0.4", optional = true }
serde_json = { version = "1.0", optional = true }
csv = { version = "1.0", optional = true }
url = { version = "2.0", optional = true }
lazy_static = { version = "1.0", optional = true }
byteorder = { version = "1.2", features = ["i128"], optional = true }
csv = { version = "1.1", optional = true }
url = { version = "2.1", optional = true }
lazy_static = { version = "1.4", optional = true }
byteorder = { version = "1.3", features = ["i128"], optional = true }
fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
memchr = "2.2.0"
memchr = "2.3"
uuid = { version = "0.8", optional = true }
smallvec = "1.3"
smallvec = "1.4"
[dev-dependencies]
doc-comment = "0.3"
tempfile = "3.1.0"
lazy_static = "1.0"
regex = "1.0"
lazy_static = "1.4"
regex = "1.3"
uuid = { version = "0.8", features = ["v4"] }
unicase = "2.4.0"
unicase = "2.6.0"
# Use `bencher` over criterion becasue it builds much faster and we don't have
# many benchmarks
bencher = "0.1"