aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-08-05 11:46:25 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-08-05 13:17:41 +0200
commit092c1efbe869260c63432820695c6b8f2d071eec (patch)
treea39611c7997dcdc9760cb6859d52a22352bafe6d
parent23df4c5b9e5b7fc6b1116dd74a6168419a54d658 (diff)
downloadaskama-092c1efbe869260c63432820695c6b8f2d071eec.tar.gz
askama-092c1efbe869260c63432820695c6b8f2d071eec.tar.bz2
askama-092c1efbe869260c63432820695c6b8f2d071eec.zip
Update mime_guess dependency
-rw-r--r--askama/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 32ab974..07c0530 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -37,7 +37,7 @@ askama_derive = { version = "0.10.5", path = "../askama_derive" }
askama_escape = { version = "0.10", path = "../askama_escape" }
askama_shared = { version = "0.11.2", path = "../askama_shared", default-features = false }
mime = { version = "0.3", optional = true }
-mime_guess = { version = "2.0.0-alpha", optional = true }
+mime_guess = { version = "2", optional = true }
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]