aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-01 04:13:23 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-02-01 14:42:34 +0100
commit9c4bb9f3c3f5b72f807dc25313928ba2752b54a4 (patch)
treed05de55215fbedf89fe1775c4a2589cd88c78029 /askama_tide/Cargo.toml
parent95e346e55f519410cc0203879a1db49da7c2a7d3 (diff)
downloadaskama-9c4bb9f3c3f5b72f807dc25313928ba2752b54a4.tar.gz
askama-9c4bb9f3c3f5b72f807dc25313928ba2752b54a4.tar.bz2
askama-9c4bb9f3c3f5b72f807dc25313928ba2752b54a4.zip
Update tide requirement from 0.15 to 0.16
Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--askama_tide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml
index 6fdae4a..333820c 100644
--- a/askama_tide/Cargo.toml
+++ b/askama_tide/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
askama = { version = "0.10.2", path = "../askama", default-features = false, features = ["with-tide"] }
-tide = { version = "0.15", default-features = false }
+tide = { version = "0.16", default-features = false }
[dev-dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }