From 88f49df0a6f6f585151711f1f45e8c450114f89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 04:13:13 +0000 Subject: 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] --- askama_shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_shared') 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" -- cgit