diff options
-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"] |