diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-20 09:23:12 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-07-20 11:30:14 +0200 |
commit | cf7ca21613cd5a6399a5fd114f12118aa9eba550 (patch) | |
tree | 1a49f4eb2ba8b7e7677db5665e915df54df30fc5 /askama_tide/Cargo.toml | |
parent | b69879eefe0c2485a6b8b8e6f396e4618e3c4c1a (diff) | |
download | askama-cf7ca21613cd5a6399a5fd114f12118aa9eba550.tar.gz askama-cf7ca21613cd5a6399a5fd114f12118aa9eba550.tar.bz2 askama-cf7ca21613cd5a6399a5fd114f12118aa9eba550.zip |
Update tide requirement from 0.11 to 0.12
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.11.0...v0.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | askama_tide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 0f7741c..9fc807e 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -14,5 +14,5 @@ readme = "README.md" [dependencies] askama = { version = "0.10.2", path = "../askama", features = ["with-tide"] } -tide = "0.11" +tide = "0.12" async-std = { version = "1.6.0", features = ["unstable", "attributes"] } |