summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPro <twisted.fall@gmail.com>2024-02-09 20:20:22 +0100
committerPro <twisted.fall@gmail.com>2024-02-09 20:20:22 +0100
commite4443d26abd7831cf5deae840aeb5aff5cb1a575 (patch)
tree1cbb63309f128a23bdc2682b63f7100fca466d1c /Cargo.toml
parent30496269d5a6b1d6356ea6f402c526fddbd26fae (diff)
Bump easy deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72c53d2..38a1ec5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ nom = "3"
iso8601 = "0.2"
thiserror = "1"
-filters = { version = "0.3", optional = true }
+filters = { version = "0.4", optional = true }
[dev-dependencies]
env_logger = "0.11"