summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-29 13:10:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-10-29 13:10:20 +0100
commit8189557a3776fc025ba0383ec360f71c82a30822 (patch)
tree8d8307559dcc81bd4e0857431160b9d9efb4ca9e /Cargo.toml
parentc75530d14cab4692f382e61725e4b2d38f39ecba (diff)
Dependency filter: master -> 0.4.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 1e8cd36..86b8290 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ uuid = { version = "0.8", features = ["v4"] }
pom = "3"
futures = "0.3"
handlebars = "3"
-filters = { git = "https://github.com/matthiasbeyer/filters", branch = "master" }
+filters = "0.4.0"
indoc = "1"
url = { version = "2", features = ["serde"] }