summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-29 11:00:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-29 11:00:10 +0200
commit3953bd0102484782c423bac5c01130909fbdc504 (patch)
tree4df2ee218d8ef97e9c8920426b290e32a6df0cf3
parent23ba2116df64541f1b40a508829fe7e21926289e (diff)
Update dependency: filters: 0.2 -> 0.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd315b9..437dcc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ error-chain = "0.11"
nom = "3.2"
iso8601 = "0.2"
-filters = { version = "0.2", optional = true }
+filters = { version = "0.3", optional = true }
[dev-dependencies]
env_logger = "0.4"