diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-08-05 11:46:25 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-08-05 13:17:41 +0200 |
commit | 092c1efbe869260c63432820695c6b8f2d071eec (patch) | |
tree | a39611c7997dcdc9760cb6859d52a22352bafe6d | |
parent | 23df4c5b9e5b7fc6b1116dd74a6168419a54d658 (diff) | |
download | askama-092c1efbe869260c63432820695c6b8f2d071eec.tar.gz askama-092c1efbe869260c63432820695c6b8f2d071eec.tar.bz2 askama-092c1efbe869260c63432820695c6b8f2d071eec.zip |
Update mime_guess dependency
-rw-r--r-- | askama/Cargo.toml | 2 |
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"] |