diff options
author | dependabot[bot] <support@dependabot.com> | 2019-03-18 04:13:13 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-03-18 07:04:39 +0100 |
commit | 88f49df0a6f6f585151711f1f45e8c450114f89e (patch) | |
tree | f563ec651ea22b0a792eebfe62a9f2bd4533d4f3 /askama_shared | |
parent | 0b932a7b5e5dd1711cbeacd11ffa67be7d2d71f1 (diff) | |
download | askama-88f49df0a6f6f585151711f1f45e8c450114f89e.tar.gz askama-88f49df0a6f6f585151711f1f45e8c450114f89e.tar.bz2 askama-88f49df0a6f6f585151711f1f45e8c450114f89e.zip |
Update toml requirement from 0.4 to 0.5
Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'askama_shared')
-rw-r--r-- | askama_shared/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 5ba1111..79a5a31 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -17,4 +17,4 @@ serde = "1.0" serde_derive = "1.0" serde_json = { version = "1.0", optional = true } serde_yaml = { version = "0.8", optional = true } -toml = "0.4" +toml = "0.5" |