From b5a067600c4f750a1794e74377e7737b00d7b9dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Dec 2021 22:25:28 +0000 Subject: [PATCH] Update Rust crate minijinja to v0.10.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60456818c47..dae008afbb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,9 +1579,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "minijinja" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5845fa23c29f4e18dae729732238a41b836ca9de8604162b2422139bd26c089" +checksum = "f26f1dbd15ffd709a508dc5ad4ccf6e559e30e083127e0033c12c2f7b6b9aa20" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index d53cdf95a01..1d3502e0a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ hyper = { version = "=0.14.16", features = ["client", "http1"] } indexmap = { version = "=1.7.0", features = ["serde-1"] } tikv-jemallocator = { version = "=0.4.1", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.0-rc.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=0.9.0" +minijinja = "=0.10.0" moka = "=0.6.3" oauth2 = { version = "=4.1.0", default-features = false, features = ["reqwest"] } parking_lot = "=0.11.2"