diff --git a/Cargo.lock b/Cargo.lock index eeeac4b0875..f0e22ff9917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,9 +1753,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "minijinja" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9459b63f078d9b7bd7a9deee349f759b8afa3af49d8a8ed1d466ee117a2a3b58" +checksum = "36f65f01ba99f0dae44749515c1416d7875de7b06ae8b902466627b49553fc3f" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 46e0a7a1503..b074b8e05cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ indicatif = "=0.17.1" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } -minijinja = "=0.23.0" +minijinja = "=0.24.0" moka = "=0.9.4" oauth2 = { version = "=4.2.3", default-features = false, features = ["reqwest"] } parking_lot = "=0.12.1"