aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-08-05 11:51:00 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-08-05 13:16:44 +0200
commit23df4c5b9e5b7fc6b1116dd74a6168419a54d658 (patch)
tree16781f269b39bebcc56fb14b445fdc9e0ac5319a /Cargo.toml
parentd45e106bf219d6da94538e2816472ca8026500ba (diff)
downloadaskama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.tar.gz
askama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.tar.bz2
askama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.zip
Remove the askama_iron integration
This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f0bf6c..2971a14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,6 @@ members = [
"askama_gotham",
"askama_derive",
"askama_escape",
- "askama_iron",
"askama_rocket",
"askama_shared",
"askama_tide",