diff --git a/Cargo.lock b/Cargo.lock index a1712dcec59..1b3a8f016a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1600,9 +1600,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "minijinja" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a30f17c534db2eedae437efc317ff3b9a8921dff9bdaa9003b61c8187515e2d4" +checksum = "a8d14fde18db26156bf2581019788d6e534bd3eeff5879d3cf821dc17b12138d" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 00932a26d3a..3d995713b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ hyper = { version = "=0.14.17", features = ["client", "http1"] } indexmap = { version = "=1.8.0", features = ["serde-1"] } tikv-jemallocator = { version = "=0.4.3", 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.13.0" +minijinja = "=0.14.0" moka = "=0.7.2" oauth2 = { version = "=4.1.0", default-features = false, features = ["reqwest"] } parking_lot = "=0.12.0"