From 52bff51be542bdce83393235f2c2d31a96f4f20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:05:40 +0000 Subject: [PATCH] Bump rocket_dyn_templates from 0.1.0 to 0.2.0 Bumps [rocket_dyn_templates](https://github.com/rwf2/Rocket) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/rwf2/Rocket/releases) - [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md) - [Commits](https://github.com/rwf2/Rocket/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: rocket_dyn_templates dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37a1280..f398945 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1661,9 +1661,9 @@ dependencies = [ [[package]] name = "rocket_dyn_templates" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04bfc006e547e4f72b760ab861f5943b688aed8a82c4977b5500c98f5d17dbfa" +checksum = "5bbab919c9e67df3f7ac6624a32ef897df4cd61c0969f4d66f3ced0534660d7a" dependencies = [ "normpath", "notify", diff --git a/Cargo.toml b/Cargo.toml index 2735339..61680fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ version = "0.5.1" features = ["json"] [dependencies.rocket_dyn_templates] -version = "0.1.0" +version = "0.2.0" features = ["tera"] [dependencies.rocket_sync_db_pools]