From faf3957c88961ef4b9832f82b09929fabdfe72c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:31:48 +0000 Subject: [PATCH] Update askama requirement from 0.11 to 0.12 in /services/autorust Updates the requirements on [askama](https://github.com/djc/askama) to permit the latest version. - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: askama dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/autorust/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autorust/codegen/Cargo.toml b/services/autorust/codegen/Cargo.toml index 01b472b584..15940f1e33 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -23,7 +23,7 @@ http-types = "2.12" once_cell = "1.7" syn = { version = "1.0", features = ["parsing"] } camino = "1.0" -askama = "0.11" +askama = "0.12" toml = "0.5" qstring = "0.7"