From 9ac2a9756868cca028897ffe64a14720d47a9333 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 4 Oct 2020 11:44:49 -0700 Subject: [PATCH] Update dependency versions --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e1dec0..41368c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"