diff --git a/Cargo.lock b/Cargo.lock index 5a04cbf442c..f55ed9a9503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1489,9 +1489,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "minijinja" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "231b661fcc18d33fc9a458c8aa7a6b9f242d781d4ef53b37d5c54c53955e77a7" +checksum = "5da5620207c52218d1d06d2478fb88a485925a004ad6ac22f4c7d31e74d59046" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 6315a18c5f8..805b2c68443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ 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"] } license-exprs = "1.6" -minijinja = "0.7.0" +minijinja = "0.8.1" oauth2 = { version = "4.1.0", default-features = false, features = ["reqwest"] } parking_lot = "0.11" prometheus = { version = "0.13.0", default-features = false }